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"입니다.
확장 프로그램 스크린샷
Maps URL Converter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | ehnoijojkgigcmlimlndncbdfcmmlgmi |
공식 URL | 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'" } |