STRAVINI
Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience.
STRAVINIとは何ですか?
STRAVINIはstravini.extensionによって開発されたChromeの拡張機能で、その主な機能は「Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience.」です。
拡張機能のスクリーンショット
STRAVINI拡張機能のCRXファイルをダウンロード
STRAVINI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features: - Clean interface: multiple activities fit one screen - Light and Fast - Chronological sorting or by Strava algorithm - Filter out promotional messages, posts, challenges, club notifications, Zwift rides, short rides from the feed - The activity description, if present, is visible directly in the feed - Sharper font The new version of Strava UI tends to be slow on my machine. This extension is made so that everyone can enjoy Strava, even without a powerful device.
拡張機能の基本情報
名前 | |
ID | ilogdlddgndehmpabkafohhfapaopgkd |
公式URL | https://chrome.google.com/webstore/detail/stravini/ilogdlddgndehmpabkafohhfapaopgkd |
説明 | Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience. |
ファイルサイズ | 44.32 KB |
インストール数 | 2,000 |
現在のバージョン | 0.0.1.30 |
最終更新日 | 2019-06-26 |
公開日 | 2019-06-26 |
評価 | 4.63/5 合計 24 レビュー |
開発者 | stravini.extension |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "STRAVINI", "description": "Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience.", "version": "0.0.1.30", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "storage", "webRequest", "*:\/\/www.strava.com\/dashboard", "webRequestBlocking" ], "content_scripts": [ { "matches": [ "https:\/\/www.strava.com\/*" ], "css": [ "stravini.css" ], "js": [ "jquery-3.2.1.min.js", "jquery.initialize.min.js", "stravini.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ] } } |