Elevate for Strava
Elevate your strava experience and goals! Track your fitness and progressions over time. Analyse deeper your activities. And more...
Elevate for Strava क्या है?
Elevate for Strava Thomas Champagne द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Elevate your strava experience and goals! Track your fitness and progressions over time. Analyse deeper your activities. And more..."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Elevate for Strava एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Elevate extension is adding features that riders and runners would like to see in Strava web app. If theses features could be added by default in Strava... It could be cool ! Consider getting Strava Premium. There are a ton of features that you will love. Remember, this extension has for ambition to enhance the experience of all users (Free and Premium) and tends to keep users loyal in Strava. Features: - Fitness Trend: All sports, ready for triathletes. - Estimated Fitness Trend: No sensors? If you have at least your phone, you can access the feature - Year progressions: track your progress day by day. - Enhanced activity stats: "Time in zones" graph for all your sensors; Stress scores (heart rate, power, running, swimming); Advanced speed, pace, cadence, power, stats... - Activity best splits - "Google Map" support through strava web app - and a lot more... Follow updates via https://twitter.com/champagnethomas
एक्सटेंशन की मूल जानकारी
नाम | Elevate for Strava |
ID | dhiaggccakkgdfcadnklkbljcgicpckn |
आधिकारिक URL | https://chromewebstore.google.com/detail/elevate-for-strava/dhiaggccakkgdfcadnklkbljcgicpckn |
विवरण | Elevate your strava experience and goals! Track your fitness and progressions over time. Analyse deeper your activities. And more... |
फ़ाइल का आकार | 2.56 MB |
स्थापना संख्या | 147,587 |
वर्तमान संस्करण | 7.0.0-5 |
अंतिम अपडेट | 2022-05-26 |
प्रकाशन तिथि | 2020-06-23 |
रेटिंग | 4.89/5 कुल 1882 रेटिंग्स |
डेवलपर | Thomas Champagne |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://thomaschampagne.github.io/elevate/ |
सहायता पृष्ठ URL | https://github.com/thomaschampagne/elevate/wiki/Frequently-Asked-Questions |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Elevate for Strava", "short_name": "Elevate", "description": "Elevate your strava experience and goals! Track your fitness and progressions over time. Analyse deeper your activities. And more...", "version": "7.0.0.5", "version_name": "7.0.0-5", "background": { "scripts": [ "extension\/installer.bundle.js", "extension\/background.bundle.js" ] }, "browser_action": { "default_title": "Open Elevate App" }, "content_scripts": [ { "js": [ "extension\/content.bundle.js" ], "run_at": "document_end", "matches": [ "*:\/\/www.strava.com\/*", "*:\/\/app.strava.com\/*" ] } ], "icons": { "16": "extension\/icons\/16.png", "48": "extension\/icons\/48.png", "128": "extension\/icons\/128.png" }, "options_page": "app\/index.html", "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'", "permissions": [ "*:\/\/www.strava.com\/*", "*:\/\/app.strava.com\/*", "storage", "unlimitedStorage" ], "web_accessible_resources": [ "extension\/*", "app\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.strava.com\/*" ] } } |