Traversy Media - Official Extension
Improves the UX of the Traversy Media course platform
Traversy Media - Official Extensionとは何ですか?
Traversy Media - Official Extensionはbushbladeによって開発されたChromeの拡張機能で、その主な機能は「Improves the UX of the Traversy Media course platform」です。
拡張機能のスクリーンショット
Traversy Media - Official Extension拡張機能のCRXファイルをダウンロード
Traversy Media - Official Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is for students of Brad Traversy. It improves the UI of the course platform by scrolling the currently active lesson into view in the side menu and highlighting it. Making it easy for students to see what lesson they are on and which are the next and previous lessons. Additionally it maximises the video to fill the available space in the viewport, improving the experience for those with larger monitors. New feature added to persist the users video speed setting.
拡張機能の基本情報
名前 | |
ID | nmddkphngjlkifpobgpcbfbmfmfpimam |
公式URL | https://chromewebstore.google.com/detail/traversy-media-official-e/nmddkphngjlkifpobgpcbfbmfmfpimam |
説明 | Improves the UX of the Traversy Media course platform |
ファイルサイズ | 209 KB |
インストール数 | 263 |
現在のバージョン | 1.2.3 |
最終更新日 | 2024-02-23 |
公開日 | 2023-04-10 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | bushblade |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://willadams.dev |
ヘルプページのURL | https://github.com/bushblade/TraversyMediaScrollActiveLesson |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Traversy Media - Official Extension", "version": "1.2.3", "description": "Improves the UX of the Traversy Media course platform", "icons": { "48": "logo-48.jpg" }, "content_scripts": [ { "matches": [ "*:\/\/*.traversymedia.com\/products\/*" ], "js": [ "index.js", "setSpeed.js" ] } ], "action": { "default_icon": "logo-48.jpg" } } |