Teachable Enhanced
Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.
Teachable Enhancedとは何ですか?
Teachable Enhancedはhttps://peopleloveapps.comによって開発されたChromeの拡張機能で、その主な機能は「Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.」です。
拡張機能のスクリーンショット
Teachable Enhanced拡張機能のCRXファイルをダウンロード
Teachable Enhanced拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make Teachable.com more user-friendly. This extension allows you to toggle the course sidebar, so the video takes up more screen real estate without going full screen.
拡張機能の基本情報
名前 | Teachable Enhanced |
ID | kljecbglbelbpicfkocnhkagcdhkcepb |
公式URL | https://chromewebstore.google.com/detail/teachable-enhanced/kljecbglbelbpicfkocnhkagcdhkcepb |
説明 | Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen. |
ファイルサイズ | 9.26 KB |
インストール数 | 153 |
現在のバージョン | 1.0 |
最終更新日 | 2022-02-08 |
公開日 | 2021-11-12 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://peopleloveapps.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://TeachableEnhanced.peopleloveapps.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Teachable Enhanced", "description": "Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.", "version": "1.0", "manifest_version": 3, "icons": { "16": "\/images\/icon-16.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" }, "page_action": { "default_icon": { "16": "\/images\/icon-16.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*\/courses\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ] } ] } |