MapMe
Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'.
Cos'è MapMe?
MapMe è un'estensione di Chrome sviluppata da https://frameworkscentral.blogspot.com, e la sua funzione principale è "Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MapMe
Scarica i file di estensione MapMe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'. It doesn't need to be an exact address as other plugins require since Google Maps is smart enough to resolve landmarks like "Hollywood". Translation help needed! If you could provide translation for the description (the text above), Chrome users around the world will certainly appreciate it! Thanks in advance!
Informazioni di Base sull'Estensione
Nome | MapMe |
ID | pkeibkoopkkbbkgdegbbkjlgmomklbpf |
URL Ufficiale | https://chromewebstore.google.com/detail/mapme/pkeibkoopkkbbkgdegbbkjlgmomklbpf |
Descrizione | Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'. |
Dimensione del File | 29.59 KB |
Conteggio Installazioni | 10,543 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2013-06-15 |
Data di Pubblicazione | 2013-06-15 |
Valutazione | 4.14/5 Totale 42 Valutazioni |
Sviluppatore | https://frameworkscentral.blogspot.com |
Tipo di Pagamento | free |
Lingue Supportate | en,es,hi,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.6", "background": { "page": "background.html" }, "permissions": [ "contextMenus" ], "minimum_chrome_version": "18.0.0.0", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_security_policy": "default-src 'none'; script-src 'self'" } |