Endomondo Around Taiwan

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

Endomondo Around Taiwan란 무엇입니까?

Endomondo Around Taiwan은(는) Mark Kuo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows a 'Trips around Taiwan' in overall summary page on Endomondo site"입니다.

확장 프로그램 스크린샷

screenshot

Endomondo Around Taiwan 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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