Find on mapy.cz

Find selected text on mapy.cz

Cos'è Find on mapy.cz?

Find on mapy.cz è un'estensione di Chrome sviluppata da wvi, e la sua funzione principale è "Find selected text on mapy.cz".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Find on mapy.cz

Scarica i file di estensione Find on mapy.cz in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Find on mapy.cz Find on mapy.cz
ID gmogjpphjifpompcibhiafmlkhdmbbkb
URL Ufficiale https://chromewebstore.google.com/detail/find-on-mapycz/gmogjpphjifpompcibhiafmlkhdmbbkb
Descrizione Find selected text on mapy.cz
Dimensione del File 23.64 KB
Conteggio Installazioni 1,489
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-09-28
Data di Pubblicazione 2017-09-28
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore wvi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://w-vi.github.io/web-ext-mapycz/
URL della Pagina di Aiuto http://w-vi.github.io/web-ext-mapycz/
Lingue Supportate 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
}