Google Maps select and search
Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.
Τι είναι το Google Maps select and search;
Το Google Maps select and search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον laurentt96, και η κύρια λειτουργία του είναι "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Maps select and search
Λήψη αρχείων επέκτασης Google Maps select and search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension will add a button when you select and right click on an address. This button will open Google Maps to the address you selected. No need to copy/paste and waste time.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Google Maps select and search |
ID | iobjmgojenedagiebkecldbpgimlchje |
Επίσημο URL | https://chromewebstore.google.com/detail/google-maps-select-and-se/iobjmgojenedagiebkecldbpgimlchje |
Περιγραφή | Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks. |
Μέγεθος Αρχείου | 603 KB |
Αριθμός Εγκαταστάσεων | 32,900 |
Τρέχουσα Έκδοση | 2.0 |
Τελευταία Ενημέρωση | 2023-08-31 |
Ημερομηνία Δημοσίευσης | 2019-11-03 |
Αξιολόγηση | 4.03/5 Συνολικά 67 Αξιολογήσεις |
Προγραμματιστής | laurentt96 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Maps select and search", "version": "2.0", "manifest_version": 3, "description": "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.", "permissions": [ "contextMenus" ], "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "script.js" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |