Quick Map Search
Right click some selected text and use that for a secure search using Google Maps.
什么是Quick Map Search?
Quick Map Search是由maar-ten开发的Chrome扩展程序,该扩展的主要功能是“Right click some selected text and use that for a secure search using Google Maps.”。
扩展截图
下载Quick Map Search扩展crx文件
下载Quick Map Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Quick Map Search |
ID | ifgfomjbhfndhoeefobmiaclhnhiknbl |
官方URL | https://chromewebstore.google.com/detail/quick-map-search/ifgfomjbhfndhoeefobmiaclhnhiknbl |
简介 | Right click some selected text and use that for a secure search using Google Maps. |
文件大小 | 10.37 KB |
安装次数 | 290 |
当前版本 | 3.0 |
更新时间 | 2022-10-20 |
上架时间 | 2019-04-25 |
评分 | 5.00/5 共3次评分 |
开发者 | maar-ten |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/maar-ten/Quick-Map-Search#readme |
帮助页面URL | https://github.com/maar-ten/Quick-Map-Search/issues |
支持的语言 | 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" } } |