Endomondo Around Taiwan
Shows a 'Trips around Taiwan' in overall summary page on Endomondo site
Endomondo Around Taiwan क्या है?
Endomondo Around Taiwan Mark Kuo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows a 'Trips around Taiwan' in overall summary page on Endomondo site"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Endomondo Around Taiwan एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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 } |