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.
Co to jest Google Maps select and search?
Google Maps select and search to rozszerzenie Chrome opracowane przez laurentt96, a jego główną funkcją jest „Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Maps select and search
Pobierz pliki rozszerzeń Google Maps select and search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Google Maps select and search |
ID | iobjmgojenedagiebkecldbpgimlchje |
Oficjalny URL | https://chromewebstore.google.com/detail/google-maps-select-and-se/iobjmgojenedagiebkecldbpgimlchje |
Opis | Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks. |
Rozmiar pliku | 603 KB |
Liczba instalacji | 32,900 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2023-08-31 |
Data Publikacji | 2019-11-03 |
Ocena | 4.03/5 Łącznie 67 Oceny |
Deweloper | laurentt96 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |