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.
What is Google Maps select and search?
Google Maps select and search is a Chrome extension developed by laurentt96, and its main feature is "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.".
Extension Screenshots
Download Google Maps select and search Extension CRX File
Download Google Maps select and search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Google Maps select and search |
ID | iobjmgojenedagiebkecldbpgimlchje |
Official URL | https://chromewebstore.google.com/detail/google-maps-select-and-se/iobjmgojenedagiebkecldbpgimlchje |
Description | Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks. |
File Size | 603 KB |
Installation Count | 32,900 |
Current Version | 2.0 |
Last Updated | 2023-08-31 |
Publish Date | 2019-11-03 |
Rating | 4.03/5 Total 67 Ratings |
Developer | laurentt96 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |