Running App Activity exporter
Export activity files from various fitness sites
Running App Activity exporter là gì?
Running App Activity exporter là một tiện ích mở rộng Chrome được phát triển bởi EMurph, và tính năng chính của nó là "Export activity files from various fitness sites".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Running App Activity exporter
Tải xuống các tệp mở rộng Running App Activity exporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Running App Activity exporter |
ID | jemebipipmiobojajamcjldcjlibhndg |
URL Chính Thức | https://chromewebstore.google.com/detail/running-app-activity-expo/jemebipipmiobojajamcjldcjlibhndg |
Mô tả | Export activity files from various fitness sites |
Kích Thước Tệp | 42.75 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 26 |
Cập Nhật Lần Cuối | 2017-08-14 |
Ngày Phát Hành | 2017-08-14 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | EMurph |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |