Running App Activity exporter
Export activity files from various fitness sites
Running App Activity exporter란 무엇입니까?
Running App Activity exporter은(는) EMurph에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export activity files from various fitness sites"입니다.
확장 프로그램 스크린샷
Running App Activity exporter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Export all of your activities from mapmrun so that you can import them into runkeeper or strava. Once installed a new button will appear on mapmyrun.com saying "Export All" This extension is BETA so make sure to check that all the necessary files get downloaded after completion.
확장 프로그램 기본 정보
이름 | Running App Activity exporter |
ID | jemebipipmiobojajamcjldcjlibhndg |
공식 URL | https://chromewebstore.google.com/detail/running-app-activity-expo/jemebipipmiobojajamcjldcjlibhndg |
설명 | Export activity files from various fitness sites |
파일 크기 | 42.75 KB |
설치 횟수 | 49 |
현재 버전 | 26 |
최근 업데이트 | 2017-08-14 |
출시 날짜 | 2017-08-14 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | EMurph |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Running App Activity exporter", "description": "Export activity files from various fitness sites", "version": "26", "permissions": [ "activeTab" ], "icons": { "19": "icon_16.png", "38": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*.mapmyrun.com\/*", "https:\/\/*.mapmyrun.com\/*", "https:\/\/*.runkeeper.com\/*", "https:\/\/*.strava.com\/*" ], "js": [ "jquery.js", "myscript.js" ] } ], "browser_action": { "default_title": "Export my TCX files", "default_icon": "icon_128.png" }, "manifest_version": 2 } |