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
官方網址 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",
        "*:\/\/*\/*"
    ]
}