Blackboard Enhancer
Enhance and simplify your Blackboard experience.
什麼是Blackboard Enhancer?
Blackboard Enhancer是由Sarmad Hashmi開發的Chrome擴展程式,該擴展的主要功能是“Enhance and simplify your Blackboard experience.”。
擴展截圖
下載Blackboard Enhancer擴展crx文件
下載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 |
官方網址 | 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" } } |