I'm on the map
Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others)
O que é I'm on the map?
I'm on the map é uma extensão do Chrome desenvolvida por dtool, e sua principal característica é "Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão I'm on the map
Baixe arquivos de extensão I'm on the map no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | I'm on the map |
ID | jokondjdgjomnagkjpmdlgkgehjelmbk |
URL Oficial | https://chromewebstore.google.com/detail/im-on-the-map/jokondjdgjomnagkjpmdlgkgehjelmbk |
Descrição | Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others) |
Tamanho do Arquivo | 21.18 KB |
Contagem de Instalações | 1,770 |
Versão Atual | 1.11.5 |
Última Atualização | 2023-12-11 |
Data de Publicação | 2013-09-13 |
Classificação | 4.68/5 Total de 28 Avaliações |
Desenvolvedor | dtool |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } } |