MapMe
Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'.
Qu'est-ce que MapMe ?
MapMe est une extension Chrome développée par https://frameworkscentral.blogspot.com, et sa fonction principale est "Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MapMe
Téléchargez les fichiers d'extension MapMe 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
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!
Informations de Base sur l'Extension
Nom | MapMe |
ID | pkeibkoopkkbbkgdegbbkjlgmomklbpf |
URL Officiel | https://chromewebstore.google.com/detail/mapme/pkeibkoopkkbbkgdegbbkjlgmomklbpf |
Description | Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'. |
Taille du Fichier | 29.59 KB |
Nombre d'Installations | 10,543 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2013-06-15 |
Date de Publication | 2013-06-15 |
Évaluation | 4.14/5 Total 42 Évaluations |
Développeur | https://frameworkscentral.blogspot.com |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |