Blackboard Enhancer
Enhance and simplify your Blackboard experience.
Что такое Blackboard Enhancer?
Blackboard Enhancer - это расширение Chrome, разработанное Sarmad Hashmi, и его основная функция - "Enhance and simplify your Blackboard experience.".
Снимки экрана расширения
Скачать файл CRX расширения Blackboard Enhancer
Скачайте файлы расширений Blackboard Enhancer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Blackboard Enhancer |
ID | fbpdcbjdehdckmkjhabppnmmemigokdh |
Официальный URL | https://chromewebstore.google.com/detail/blackboard-enhancer/fbpdcbjdehdckmkjhabppnmmemigokdh |
Описание | Enhance and simplify your Blackboard experience. |
Размер файла | 41.53 KB |
Количество установок | 74 |
Текущая Версия | 2.0 |
Последнее Обновление | 2017-01-19 |
Дата публикации | 2017-01-18 |
Разработчик | Sarmad Hashmi |
Тип оплаты | free |
Официальный сайт расширения | http://www.sarmadhashmi.com |
Поддерживаемые языки | 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" } } |