Mapswitch
This extension enables quick switching between different map providers.
什么是Mapswitch?
Mapswitch是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension enables quick switching between different map providers.”。
扩展截图
下载Mapswitch扩展crx文件
下载Mapswitch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension enables quick switching between different map providers.
Supported providers:
* Google Maps
* Yandex Maps
* OpenStreetMap
* Wikimapia 扩展基本信息
| 名称 | |
| ID | ineobcbceekmckhjifhdmglkhgngnhmd |
| 官方URL | https://chromewebstore.google.com/detail/mapswitch/ineobcbceekmckhjifhdmglkhgngnhmd |
| 简介 | This extension enables quick switching between different map providers. |
| 文件大小 | 206 KB |
| 安装次数 | 12 |
| 当前版本 | 0.9 |
| 更新时间 | 2016-01-04 |
| 上架时间 | 2016-01-04 |
| 评分 | 3.67/5 共3次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Mapswitch",
"description": "This extension enables quick switching between different map providers.",
"version": "0.9",
"icons": {
"128": "icon128.png"
},
"author": "Evgeny Gerashchenko",
"background": {
"persisent": false,
"scripts": [
"lib\/kotlin.js",
"mapswitch.js",
"background.js"
]
},
"page_action": {
"default_name": "Switch map",
"default_icon": {
"19": "icon19.png",
"38": "icon38.png"
},
"default_popup": "popup.html"
},
"permissions": [
"tabs"
]
} | |