Find on mapy.cz

Find selected text on mapy.cz

Was ist Find on mapy.cz?

Find on mapy.cz ist eine Chrome-Erweiterung, die von wvi entwickelt wurde, und ihr Hauptmerkmal ist "Find selected text on mapy.cz".

Erweiterungsscreenshots

screenshot

Find on mapy.cz-Erweiterungs-CRX-Datei herunterladen

Laden Sie Find on mapy.cz-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Find on mapy.cz Find on mapy.cz
ID gmogjpphjifpompcibhiafmlkhdmbbkb
Offizielle URL https://chromewebstore.google.com/detail/find-on-mapycz/gmogjpphjifpompcibhiafmlkhdmbbkb
Beschreibung Find selected text on mapy.cz
Dateigröße 23.64 KB
Installationsanzahl 1,489
Aktuelle Version 1.0.1
Letztes Update 2017-09-28
Veröffentlichungsdatum 2017-09-28
Bewertung 4.33/5 Insgesamt 6 Bewertungen
Entwickler wvi
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://w-vi.github.io/web-ext-mapycz/
Hilfeseite URL http://w-vi.github.io/web-ext-mapycz/
Unterstützte Sprachen 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
}