TrainingPeaks Weather
Shows the forcast the next 7 days in TraningPeaks.
TrainingPeaks Weather क्या है?
TrainingPeaks Weather Christophe Balestra द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the forcast the next 7 days in TraningPeaks."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TrainingPeaks Weather एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Using your current location this extension adds the weather forecast in Training Peaks
एक्सटेंशन की मूल जानकारी
नाम | TrainingPeaks Weather |
ID | jmeocmjinbnoibagkgppoojgjimplllb |
आधिकारिक URL | https://chromewebstore.google.com/detail/trainingpeaks-weather/jmeocmjinbnoibagkgppoojgjimplllb |
विवरण | Shows the forcast the next 7 days in TraningPeaks. |
फ़ाइल का आकार | 45.1 KB |
स्थापना संख्या | 452 |
वर्तमान संस्करण | 1.04 |
अंतिम अपडेट | 2022-04-26 |
प्रकाशन तिथि | 2020-07-07 |
रेटिंग | 4.50/5 कुल 4 रेटिंग्स |
डेवलपर | Christophe Balestra |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TrainingPeaks Weather", "version": "1.04", "description": "Shows the forcast the next 7 days in TraningPeaks.", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "options.html" }, "permissions": [ "storage" ], "options_page": "options.html", "icons": { "128": "icon128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery-3.5.1.min.js", "content.js" ], "matches": [ "https:\/\/app.trainingpeaks.com\/*" ] } ] } |