Quick Map Search
Right click some selected text and use that for a secure search using Google Maps.
What is Quick Map Search?
Quick Map Search is a Chrome extension developed by maar-ten, and its main feature is "Right click some selected text and use that for a secure search using Google Maps.".
Extension Screenshots
Download Quick Map Search Extension CRX File
Download Quick Map 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
Right click some highlighted text and use that for a search using Google Maps. After installing this extension there'll be a new entry in your context menu (right-click menu) when some selected (highlighted) text was right-clicked. Selecting this menu option will start a Google Maps search.
Extension Basic Information
Name | Quick Map Search |
ID | ifgfomjbhfndhoeefobmiaclhnhiknbl |
Official URL | https://chromewebstore.google.com/detail/quick-map-search/ifgfomjbhfndhoeefobmiaclhnhiknbl |
Description | Right click some selected text and use that for a secure search using Google Maps. |
File Size | 10.37 KB |
Installation Count | 290 |
Current Version | 3.0 |
Last Updated | 2022-10-20 |
Publish Date | 2019-04-25 |
Rating | 5.00/5 Total 3 Ratings |
Developer | maar-ten |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/maar-ten/Quick-Map-Search#readme |
Help Page URL | https://github.com/maar-ten/Quick-Map-Search/issues |
Supported Languages | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "3.0", "minimum_chrome_version": "88", "default_locale": "en", "description": "__MSG_appDescription__", "permissions": [ "contextMenus" ], "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "48": "icons\/icon-48.png" }, "background": { "service_worker": "service-worker.js" } } |