Running App Activity exporter

Export activity files from various fitness sites

Running App Activity exporterคืออะไร?

Running App Activity exporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EMurph และคุณลักษณะหลักของมันคือ "Export activity files from various fitness sites"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Running App Activity exporter

ดาวน์โหลดไฟล์ส่วนขยาย Running App Activity exporter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
}