AI-Powered Photo Location Detection
A Chromium based extension that analyzes images to identify their geographical location using Google Gemini AI.
Chrome Web Store • Get API Key
User Input → popup.js → background.js → Gemini API → Results
Right-click Image → background.js → Gemini API → Overlay
popup.js— UI logic, image handling, result displaybackground.js— Service worker, API calls, context menuconfig.js— Shared prompt and API settingsmanifest.json— Extension permissions
- Clone and load as unpacked extension in Chrome
- Get API key from Google AI Studio
- Enter API key in extension settings
- Upload image or right-click any image → "Analyze Location"
MIT