MapIt!
Quickly open a map by selecting some text or address, right-click, and select MapIt!
什么是MapIt!?
MapIt!是由cwilcoxson开发的Chrome扩展程序,该扩展的主要功能是“Quickly open a map by selecting some text or address, right-click, and select MapIt!”。
扩展截图
下载MapIt!扩展crx文件
下载MapIt!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quickly open a map using one of several popular mapping services such as Google Maps™, Mapquest™, Zillow™, or even Apple Maps (macOS only). Highlight an address, right-click to open a context menu, then select 'MapIt!'. Chrome will open a new tab and display the location using your preferred mapping service. The default is Google Maps. 扩展基本信息
| 名称 | |
| ID | ckddkgihaaljdkiilleepllgfhelliph |
| 官方URL | https://chromewebstore.google.com/detail/mapit/ckddkgihaaljdkiilleepllgfhelliph |
| 简介 | Quickly open a map by selecting some text or address, right-click, and select MapIt! |
| 文件大小 | 19.76 KB |
| 安装次数 | 2,299 |
| 当前版本 | 0.3 |
| 更新时间 | 2024-01-27 |
| 上架时间 | 2014-07-16 |
| 评分 | 3.33/5 共9次评分 |
| 开发者 | cwilcoxson |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.slushman.com/projects/mapit |
| 帮助页面URL | https://github.com/slushman/mapit-chrome/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"author": "Slushman",
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
},
"default_locale": "en",
"description": "Quickly open a map by selecting some text or address, right-click, and select MapIt!",
"icons": {
"16": ".\/images\/icon16.png",
"48": ".\/images\/icon48.png",
"128": ".\/images\/icon128.png"
},
"manifest_version": 3,
"name": "MapIt!",
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"activeTab",
"contextMenus",
"storage"
],
"version": "0.3"
} | |