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"
    ]
}  |  |