I'm on the map
Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others)
Τι είναι το I'm on the map;
Το I'm on the map είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dtool, και η κύρια λειτουργία του είναι "Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others)".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης I'm on the map
Λήψη αρχείων επέκτασης I'm on the map σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | I'm on the map |
ID | jokondjdgjomnagkjpmdlgkgehjelmbk |
Επίσημο URL | https://chromewebstore.google.com/detail/im-on-the-map/jokondjdgjomnagkjpmdlgkgehjelmbk |
Περιγραφή | Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others) |
Μέγεθος Αρχείου | 21.18 KB |
Αριθμός Εγκαταστάσεων | 1,770 |
Τρέχουσα Έκδοση | 1.11.5 |
Τελευταία Ενημέρωση | 2023-12-11 |
Ημερομηνία Δημοσίευσης | 2013-09-13 |
Αξιολόγηση | 4.68/5 Συνολικά 28 Αξιολογήσεις |
Προγραμματιστής | dtool |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } } |