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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}