Map Switcher

Switch between different map services. Convert coordinates and directions and jump to the same location on another map.

什麼是Map Switcher?

Map Switcher是由david.r.edgar開發的Chrome擴展程式,該擴展的主要功能是“Switch between different map services. Convert coordinates and directions and jump to the same location on another map.”。

擴展截圖

screenshot

下載Map Switcher擴展crx文件

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

擴展使用說明

                        Switch quickly between online map services.

Open the MapSwitcher extension popup to show the available selection of maps. Click any of the links to open the selected map in a new tab.

Where possible, MapSwitcher supports directions as well as plain maps. It converts coordinates, zoom levels and transport options as far as it can, according to availability in the selected map service.

I've been prevented from continuing to list here the sites for which input and output is available. You can find a comprehensive list at https://github.com/david-r-edgar/MapSwitcher#mapping-services-supported

Would you like to see a specific other service supported? Are there features missing that would be useful to you? Have you found a bug? Email [email protected] or log an issue at:
https://github.com/david-r-edgar/MapSwitcher/issues                    

擴展基本資訊

名稱 Map Switcher Map Switcher
ID fanpjcbgdinjeknjikpfnldfpnnpkelb
官方網址 https://chromewebstore.google.com/detail/map-switcher/fanpjcbgdinjeknjikpfnldfpnnpkelb
簡介 Switch between different map services. Convert coordinates and directions and jump to the same location on another map.
檔案大小 151 KB
安裝次數 5,000
目前版本 0.4.6
更新時間 2020-06-06
上架時間 2020-06-05
評分 4.14/5 共 21 次評分
開發者 david.r.edgar
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/david-r-edgar/MapSwitcher
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Map Switcher",
    "description": "Switch between different map services. Convert coordinates and directions and jump to the same location on another map.",
    "version": "0.4.6",
    "options_page": "html\/options.html",
    "browser_action": {
        "default_icon": {
            "19": "image\/mapswitcher19x19.png",
            "38": "image\/mapswitcher38x38.png"
        },
        "default_popup": "html\/mapSwitcher.html",
        "default_title": "Map Switcher"
    },
    "permissions": [
        "activeTab",
        "storage",
        "downloads",
        "clipboardWrite"
    ],
    "icons": {
        "16": "image\/mapswitcher16x16.png",
        "32": "image\/mapswitcher32x32.png",
        "48": "image\/mapswitcher48x48.png",
        "128": "image\/mapswitcher128x128.png"
    }
}