Find on mapy.cz

Find selected text on mapy.cz

What is Find on mapy.cz?

Find on mapy.cz is a Chrome extension developed by wvi, and its main feature is "Find selected text on mapy.cz".

Extension Screenshots

screenshot

Download Find on mapy.cz Extension CRX File

Download Find on mapy.cz extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Finds selected text on http://mapy.cz/ . It simply just opens a new tab with results.

It is for you who are using mapy.cz and find it annoying to copy&paste the text to their search.                    

Extension Basic Information

Name Find on mapy.cz Find on mapy.cz
ID gmogjpphjifpompcibhiafmlkhdmbbkb
Official URL https://chromewebstore.google.com/detail/find-on-mapycz/gmogjpphjifpompcibhiafmlkhdmbbkb
Description Find selected text on mapy.cz
File Size 23.64 KB
Installation Count 1,489
Current Version 1.0.1
Last Updated 2017-09-28
Publish Date 2017-09-28
Rating 4.33/5 Total 6 Ratings
Developer wvi
Email [email protected]
Payment Type free
Extension Website http://w-vi.github.io/web-ext-mapycz/
Help Page URL http://w-vi.github.io/web-ext-mapycz/
Supported Languages en,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.1",
    "default_locale": "en",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "mapycz-tiny.png",
        "48": "mapycz-small.png",
        "128": "mapycz-large.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}