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”。
擴展截圖
下載Endomondo Around Taiwan擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | fkoannfilefjokpclbmmhljcedpljeha |
官方網址 | 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 } |