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 |
公式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" } } |