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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://peopleloveapps.com, και η κύρια λειτουργία του είναι "Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Teachable Enhanced
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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" ] } ] } |