Blackboard Enhancer
Enhance and simplify your Blackboard experience.
Blackboard Enhancer란 무엇입니까?
Blackboard Enhancer은(는) Sarmad Hashmi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance and simplify your Blackboard experience."입니다.
확장 프로그램 스크린샷
Blackboard Enhancer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |