Google Maps select and search

Google Maps select and search

Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google Maps select and search",
  "version": "2.0",
  "manifest_version": 3,
  "description": "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.",
  "permissions": [
    "contextMenus"
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "service_worker": "script.js"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}