Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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" ] } ] }