MapMe
Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'.
Τι είναι το MapMe;
Το MapMe είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://frameworkscentral.blogspot.com, και η κύρια λειτουργία του είναι "Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης MapMe
Λήψη αρχείων επέκτασης MapMe σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | MapMe |
ID | pkeibkoopkkbbkgdegbbkjlgmomklbpf |
Επίσημο URL | https://chromewebstore.google.com/detail/mapme/pkeibkoopkkbbkgdegbbkjlgmomklbpf |
Περιγραφή | Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'. |
Μέγεθος Αρχείου | 29.59 KB |
Αριθμός Εγκαταστάσεων | 10,543 |
Τρέχουσα Έκδοση | 1.0.6 |
Τελευταία Ενημέρωση | 2013-06-15 |
Ημερομηνία Δημοσίευσης | 2013-06-15 |
Αξιολόγηση | 4.14/5 Συνολικά 42 Αξιολογήσεις |
Προγραμματιστής | https://frameworkscentral.blogspot.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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'" } |