Endomondo Around Taiwan

Shows a 'Trips around Taiwan' in overall summary page on Endomondo site

Endomondo Around Taiwanคืออะไร?

Endomondo Around Taiwan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark Kuo และคุณลักษณะหลักของมันคือ "Shows a 'Trips around Taiwan' in overall summary page on Endomondo site"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Endomondo Around Taiwan

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

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

                        在Endomondo官方網站首頁或使用者的主頁的Overall Summary,新增一個Trips Around Taiwan的欄位,顯示目前該運動總里程等於環台灣多少圈。

環島距離為936.672km,台1+台9線的總距離。

Shows a 'Trip around Taiwan' information in overall summary page on Endomondo home or profile page, which calculates how many trips around Taiwan from the overall distance of the selected sport type.

One trip around Taiwan is 936.672km, the total distance of route 1 and 9.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Endomondo Around Taiwan Endomondo Around Taiwan
ID fkoannfilefjokpclbmmhljcedpljeha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/endomondo-around-taiwan/fkoannfilefjokpclbmmhljcedpljeha
คำอธิบาย Shows a 'Trips around Taiwan' in overall summary page on Endomondo site
ขนาดไฟล์ 105 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2014-07-07
วันที่เผยแพร่ 2014-07-07
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Mark Kuo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Endomondo Around Taiwan",
    "version": "0.2.2",
    "description": "Shows a 'Trips around Taiwan' in overall summary page on Endomondo site",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "tw-19.png",
        "default_title": "Endomondo Around Taiwan!"
    },
    "web_accessible_resources": [
        "jquery-1.10.2.min.map",
        "tw-19.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.endomondo.com\/home*",
                "http:\/\/www.endomondo.com\/profile\/*",
                "https:\/\/www.endomondo.com\/home*",
                "https:\/\/www.endomondo.com\/profile\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "contentscript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "48": "tw-48-icon.png",
        "128": "tw-128-icon.png"
    },
    "manifest_version": 2
}