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 |
| 官方網址 | 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"
]
} | |