Blackboard Enhancer
Enhance and simplify your Blackboard experience.
Qu'est-ce que Blackboard Enhancer ?
Blackboard Enhancer est une extension Chrome développée par Sarmad Hashmi, et sa fonction principale est "Enhance and simplify your Blackboard experience.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Blackboard Enhancer
Téléchargez les fichiers d'extension Blackboard Enhancer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This enhances the Blackboard experience by displaying important information right on your homepage. V2: - Display last 5 updates on homepage (still in BETA, please report any problems!) - Further simplify homepage by giving users the option to hide all tabs - Added new and simple icons V1: - Display course content on front page instead of having to open individual course pages - Only display university/campus relevant information - Link to class-relevant files (such as assignment pdfs or slideshows) Planned features: - Hide courses on the go - Your suggestion could be next! Currently, this has only been tested with University of Ottawa's blackboard system. Not affiliated in any way with the University of Ottawa or Blackboard Learn.
Informations de Base sur l'Extension
Nom | Blackboard Enhancer |
ID | fbpdcbjdehdckmkjhabppnmmemigokdh |
URL Officiel | https://chromewebstore.google.com/detail/blackboard-enhancer/fbpdcbjdehdckmkjhabppnmmemigokdh |
Description | Enhance and simplify your Blackboard experience. |
Taille du Fichier | 41.53 KB |
Nombre d'Installations | 74 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2017-01-19 |
Date de Publication | 2017-01-18 |
Développeur | Sarmad Hashmi |
Type de Paiement | free |
Site Web de l'Extension | http://www.sarmadhashmi.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blackboard Enhancer", "short_name": "blackboard-enhancer", "description": "Enhance and simplify your Blackboard experience.", "version": "2.0", "content_scripts": [ { "matches": [ "https:\/\/blackboard.uottawa.ca\/webapps\/portal\/*", "https:\/\/uottawa.blackboard.com\/webapps\/portal\/*" ], "js": [ "jquery-2.2.3.min.js", "jquery.timeago.js", "content.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "browser_action": { "default_icon": "icon16.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |