Teachable Enhanced
Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.
What is Teachable Enhanced?
Teachable Enhanced is a Chrome extension developed by https://peopleloveapps.com, and its main feature is "Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.".
Extension Screenshots
Download Teachable Enhanced Extension CRX File
Download Teachable Enhanced extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Teachable Enhanced |
ID | kljecbglbelbpicfkocnhkagcdhkcepb |
Official URL | https://chromewebstore.google.com/detail/teachable-enhanced/kljecbglbelbpicfkocnhkagcdhkcepb |
Description | Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen. |
File Size | 9.26 KB |
Installation Count | 153 |
Current Version | 1.0 |
Last Updated | 2022-02-08 |
Publish Date | 2021-11-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://peopleloveapps.com |
[email protected] | |
Payment Type | free |
Extension Website | https://TeachableEnhanced.peopleloveapps.com |
Supported Languages | 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" ] } ] } |