Map Replace

This extension will allow you to replace Google Maps with another mapping service on any web site.

Map Replaceとは何ですか?

Map ReplaceはJonas Follesø, Mikael Brevikによって開発されたChromeの拡張機能で、その主な機能は「This extension will allow you to replace Google Maps with another mapping service on any web site.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Map Replace拡張機能のCRXファイルをダウンロード

Map Replace拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Map Replace let you replace Google Maps with maps from the Norwegian Mapping Authority, Finn.no (Norway) or Open Street Map. This Chrome Extension works on any web site that uses Google Maps, like Strava.com, Runkeeper.com and Movescount.com.

The benefit of replacing Google Maps with other map providers is that they might provide better maps for certain areas. For example, the maps from the Norwegian Mapping Authority provides superior maps over Norway.                    

拡張機能の基本情報

名前 Map Replace Map Replace
ID kcaeeijmehodhlebigdekedaehnconpb
公式URL https://chromewebstore.google.com/detail/map-replace/kcaeeijmehodhlebigdekedaehnconpb
説明 This extension will allow you to replace Google Maps with another mapping service on any web site.
ファイルサイズ 218 KB
インストール数 1,152
現在のバージョン 0.1.0.0
最終更新日 2013-11-15
公開日 2013-11-15
評価 3.80/5 合計 15 レビュー
開発者 Jonas Follesø, Mikael Brevik
支払い方法 free
拡張機能のウェブサイト https://github.com/follesoe/MapReplace
ヘルプページのURL https://github.com/follesoe/MapReplace
対応言語 en,no
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/github.com\/follesoe\/MapReplace",
    "version": "0.1.0.0",
    "manifest_version": 2,
    "author": "Jonas Folles\u00f8, Mikael Brevik, Hege R\u00f8kenes",
    "offline_enabled": false,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Map Replace",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/*\/*"
    ]
}