bikeroute.xyz for chrome
카카오지도의 자전거 및 도보 경로를 GPX파일로 저장합니다. - bikeroute.xyz
What is bikeroute.xyz for chrome?
bikeroute.xyz for chrome is a Chrome extension developed by 박헌진, and its main feature is "카카오지도의 자전거 및 도보 경로를 GPX파일로 저장합니다. - bikeroute.xyz".
Extension Screenshots
Download bikeroute.xyz for chrome Extension CRX File
Download bikeroute.xyz for chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
카카오지도에서 만든 자전거 및 도보 경로를 GPX파일로 저장합니다. 사용법 1. 본 크롬 확장 프로그램을 설치합니다. 2. https://map.kakako.com 에 접속합니다. 3. 자전거 혹은 도보 경로를 검색합니다. 4. 본 크롬 확장 프로그램 아이콘을 클릭합니다. : -) 안전하고 즐거운 라이딩 하세요!
Extension Basic Information
Name | bikeroute.xyz for chrome |
ID | kglfobkcdlefpknbcckmlmemggfdnmcd |
Official URL | https://chromewebstore.google.com/detail/bikeroutexyz-for-chrome/kglfobkcdlefpknbcckmlmemggfdnmcd |
Description | 카카오지도의 자전거 및 도보 경로를 GPX파일로 저장합니다. - bikeroute.xyz |
File Size | 98.22 KB |
Installation Count | 26,927 |
Current Version | 1.4 |
Last Updated | 2019-02-26 |
Publish Date | 2019-02-25 |
Rating | 4.96/5 Total 74 Ratings |
Developer | 박헌진 |
[email protected] | |
Payment Type | free |
Extension Website | http://bikeroute.xyz |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "bikeroute.xyz for chrome", "description": "\uce74\uce74\uc624\uc9c0\ub3c4\uc758 \uc790\uc804\uac70 \ubc0f \ub3c4\ubcf4 \uacbd\ub85c\ub97c GPX\ud30c\uc77c\ub85c \uc800\uc7a5\ud569\ub2c8\ub2e4. - bikeroute.xyz", "version": "1.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "webRequest", "*:\/\/map.kakao.com\/" ], "background": { "scripts": [ "background.js", "jquery-3.2.1.min.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/map.kakao.com\/*" ], "js": [ "injected.js", "jquery-3.2.1.min.js", "fileSave.js" ] } ] } |