Teachable Enhanced
Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.
Vad är Teachable Enhanced?
Teachable Enhanced är en Chrome-tillägg utvecklad av https://peopleloveapps.com, och dess huvudfunktion är "Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.".
Tilläggsskärmbilder
Ladda ner Teachable Enhanced-förlängningens CRX-fil
Ladda ner Teachable Enhanced-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Teachable Enhanced |
ID | kljecbglbelbpicfkocnhkagcdhkcepb |
Officiell webbadress | https://chromewebstore.google.com/detail/teachable-enhanced/kljecbglbelbpicfkocnhkagcdhkcepb |
Beskrivning | Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen. |
Filstorlek | 9.26 KB |
Antal Installationer | 153 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-02-08 |
Publiceringsdatum | 2021-11-12 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://peopleloveapps.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://TeachableEnhanced.peopleloveapps.com |
Stödda Språk | 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" ] } ] } |