Find on mapy.cz

Find selected text on mapy.cz

Qu'est-ce que Find on mapy.cz ?

Find on mapy.cz est une extension Chrome développée par wvi, et sa fonction principale est "Find selected text on mapy.cz".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Find on mapy.cz

Téléchargez les fichiers d'extension Find on mapy.cz au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Find on mapy.cz Find on mapy.cz
ID gmogjpphjifpompcibhiafmlkhdmbbkb
URL Officiel https://chromewebstore.google.com/detail/find-on-mapycz/gmogjpphjifpompcibhiafmlkhdmbbkb
Description Find selected text on mapy.cz
Taille du Fichier 23.64 KB
Nombre d'Installations 1,489
Version Actuelle 1.0.1
Dernière Mise à Jour 2017-09-28
Date de Publication 2017-09-28
Évaluation 4.33/5 Total 6 Évaluations
Développeur wvi
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://w-vi.github.io/web-ext-mapycz/
URL de la Page d'Aide http://w-vi.github.io/web-ext-mapycz/
Langues Prises en Charge 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
}