Find on mapy.cz

Find on mapy.cz

Finds selected text on czech map server https://mapy.cz/ . It simply just opens a new tab with the search results. It is for you who are using mapy.cz and find it annoying to copy&paste the text. Use keyword @mapy for search engine.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "1.1.0",
  "default_locale": "en",
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "mapycz-tiny.png",
    "48": "mapycz-small.png",
    "128": "mapycz-large.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "mapy.cz",
      "search_url": "https://mapy.cz/?q={searchTerms}",
      "keyword": "@mapy",
      "favicon_url": "https://mapy.cz/img/favicon/favicon.ico"
    }
  },
  "manifest_version": 2
}