I'm on the map

I'm on the map

Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appTitle__",
  "description": "__MSG_appDescription__",
  "default_locale": "ru",
  "icons": {
    "16": "icon_v2_16_red2.png",
    "128": "icon_v3_128.png"
  },
  "version": "1.11.5",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "background": {
    "service_worker": "service_worker.js"
  },
  "manifest_version": 3,
  "content_security_policy": {},
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  }
}