Strava Plus
This extension enhances Strava. You can show accumulated TSS on the training log.
Strava Plusとは何ですか?
Strava Plusはhttps://www.cyclo.infoによって開発されたChromeの拡張機能で、その主な機能は「This extension enhances Strava. You can show accumulated TSS on the training log.」です。
拡張機能のスクリーンショット
Strava Plus拡張機能のCRXファイルをダウンロード
Strava Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Change log: - Fixed a critical bug: The extension doesn't work for you completely. This extension extends Strava's training log page to show weekly accumulated TSS. This is not official Strava extension but a Strava user made it to answer: https://support.strava.com/hc/en-us/community/posts/208836247-Include-weekly-accumulated-TSS-on-the-training-log
拡張機能の基本情報
名前 | Strava Plus |
ID | cdjkehgklopnffaenjgmbmckkeiaengi |
公式URL | https://chromewebstore.google.com/detail/strava-plus/cdjkehgklopnffaenjgmbmckkeiaengi |
説明 | This extension enhances Strava. You can show accumulated TSS on the training log. |
ファイルサイズ | 46.44 KB |
インストール数 | 960 |
現在のバージョン | 1.1 |
最終更新日 | 2016-09-08 |
公開日 | 2016-09-08 |
評価 | 1.80/5 合計 5 レビュー |
開発者 | https://www.cyclo.info |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strava Plus", "version": "1.1", "author": "Naoki Iwasaki", "description": "This extension enhances Strava. You can show accumulated TSS on the training log.", "icons": { "128": "image\/logo.png" }, "background": { "scripts": [ "js\/jquery-3.1.0.min.js", "js\/background\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.strava.com\/athletes\/*\/training\/log", "https:\/\/www.strava.com\/athletes\/*\/training\/log?sport=Ride*" ], "js": [ "js\/jquery-3.1.0.min.js", "js\/content_script\/main.js" ] } ], "permissions": [ "identity", "storage", "https:\/\/www.strava.com\/*" ], "oauth2": { "client_id": "206151987354-vtf45di1880gm53k503rv8si584366b9.apps.googleusercontent.com", "scopes": [ "https:\/\/www.strava.com\/oauth\/authorize" ] } } |