BetterBoard (Unofficial Blackboard Extension)
Enhance your Blackboard experience
Cos'è BetterBoard (Unofficial Blackboard Extension)?
BetterBoard (Unofficial Blackboard Extension) è un'estensione di Chrome sviluppata da Joey Barr, e la sua funzione principale è "Enhance your Blackboard experience".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BetterBoard (Unofficial Blackboard Extension)
Scarica i file di estensione BetterBoard (Unofficial Blackboard Extension) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The latest in my suite of LMS extensions, this extension is designed to improve the user experience on Blackboard, both aesthetically and functionally. Features include: -graphical improvements, namely movement toward material design -Roboto font -removal of extraneous elements from homepage -collapsed course content and made expandable (increasing readability and ease of navigation) -announcements are shown as red "!" instead of adding to length of course list -customizable course names -hidable courses -heat-map style grade change notifiers And more to come! Please note: This product was designed around Purdue University's version of Blackboard in mind. If you notice discrepancies, feel free to drop me a line. Thank you for installing! I'm currently a broke college student. If you'd like to provide a capitalistic thank you for my work, feel free to donate at paypal.me/JosephMBarr. Disclaimer: This product is in no way affiliated with Purdue University or Blackboard, Inc.
Informazioni di Base sull'Estensione
Nome | |
ID | lcbgohcpebiaemadmcmkomcckookpjbm |
URL Ufficiale | https://chrome.google.com/webstore/detail/betterboard-unofficial-bl/lcbgohcpebiaemadmcmkomcckookpjbm |
Descrizione | Enhance your Blackboard experience |
Dimensione del File | 867 KB |
Conteggio Installazioni | 86 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2017-12-06 |
Data di Pubblicazione | 2017-12-06 |
Sviluppatore | Joey Barr |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BetterBoard (Unofficial Blackboard Extension)", "short_name": "BetterBoard", "description": "Enhance your Blackboard experience", "version": "0.1.1", "permissions": [ "activeTab", "storage", "declarativeContent" ], "content_scripts": [ { "matches": [ "*:\/\/mycourses.purdue.edu\/*" ], "js": [ "\/js\/jquery.js", "\/js\/materialize.min.js", "\/js\/betterboard.js" ], "css": [ "css\/betterboard.css", "css\/materialize.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "\/resources\/*.png", "\/css\/*.css", "\/fonts\/roboto\/*.woff", "\/fonts\/roboto\/*.woff2", "*.png" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |