Maps URL Converter

Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo

什麼是Maps URL Converter?

Maps URL Converter是由https://lamphanviet.com開發的Chrome擴展程式,該擴展的主要功能是“Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo”。

擴展截圖

screenshot

下載Maps URL Converter擴展crx文件

下載Maps URL Converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Maps URL Converter

You're browsing Google Maps and want to access the same location on Bing Maps to compare their maps ?
You need only one click (actually two clicks) to do it by using this tool.

This will parsing your current URL and convert it to these URLs for: Google Maps, Bing Maps, OpenStreetMaps.

Warning: This only works if the current maps have lat/long/zoom on the URL and it changes dynamically when you move the maps.                    

擴展基本資訊

名稱 Maps URL Converter Maps URL Converter
ID ehnoijojkgigcmlimlndncbdfcmmlgmi
官方網址 https://chromewebstore.google.com/detail/maps-url-converter/ehnoijojkgigcmlimlndncbdfcmmlgmi
簡介 Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo
檔案大小 330 KB
安裝次數 1,115
目前版本 2.0
更新時間 2014-03-27
上架時間 2014-03-26
評分 4.50/5 共 2 次評分
開發者 https://lamphanviet.com
付費類型 free
擴展官網 http://lamphanviet.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maps URL Converter",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}