I'm on the map

Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others)

Qu'est-ce que I'm on the map ?

I'm on the map est une extension Chrome développée par dtool, et sa fonction principale est "Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others)".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension I'm on the map

Téléchargez les fichiers d'extension I'm on the map 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

                        You need to select an address on the page, right-click and you have the option "Find address on the map". Quick and convenient.

By default, the search is enabled only on Google map. You can activate other options in the extension parameters.

Also in the parameters you can add any other service in which you want to search for the selected text, the main thing is that this service supports the transfer of text parameters via URL.                    

Informations de Base sur l'Extension

Nom I'm on the map I'm on the map
ID jokondjdgjomnagkjpmdlgkgehjelmbk
URL Officiel https://chromewebstore.google.com/detail/im-on-the-map/jokondjdgjomnagkjpmdlgkgehjelmbk
Description Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others)
Taille du Fichier 21.18 KB
Nombre d'Installations 1,770
Version Actuelle 1.11.5
Dernière Mise à Jour 2023-12-11
Date de Publication 2013-09-13
Évaluation 4.68/5 Total 28 Évaluations
Développeur dtool
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDescription__",
    "default_locale": "ru",
    "icons": {
        "16": "icon_v2_16_red2.png",
        "128": "icon_v3_128.png"
    },
    "version": "1.11.5",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "manifest_version": 3,
    "content_security_policy": [],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}