Endomondo Around Taiwan

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

Endomondo Around Taiwan là gì?

Endomondo Around Taiwan là một tiện ích mở rộng Chrome được phát triển bởi Mark Kuo, và tính năng chính của nó là "Shows a 'Trips around Taiwan' in overall summary page on Endomondo site".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Endomondo Around Taiwan

Tải xuống các tệp mở rộng Endomondo Around Taiwan 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

                        在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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Endomondo Around Taiwan Endomondo Around Taiwan
ID fkoannfilefjokpclbmmhljcedpljeha
URL Chính Thức https://chromewebstore.google.com/detail/endomondo-around-taiwan/fkoannfilefjokpclbmmhljcedpljeha
Mô tả Shows a 'Trips around Taiwan' in overall summary page on Endomondo site
Kích Thước Tệp 105 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2014-07-07
Ngày Phát Hành 2014-07-07
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Mark Kuo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}