I'm on the map

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

¿Qué es I'm on the map?

I'm on the map es una extensión de Chrome desarrollada por dtool, y su función principal es "Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others)".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión I'm on the map

Descarga archivos de extensión I'm on the map en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre I'm on the map I'm on the map
ID jokondjdgjomnagkjpmdlgkgehjelmbk
URL Oficial https://chromewebstore.google.com/detail/im-on-the-map/jokondjdgjomnagkjpmdlgkgehjelmbk
Descripción Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others)
Tamaño del Archivo 21.18 KB
Cantidad de Instalaciones 1,770
Versión Actual 1.11.5
Última Actualización 2023-12-11
Fecha de Publicación 2013-09-13
Calificación 4.68/5 Total de 28 Calificaciones
Desarrollador dtool
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
    }
}