BetterBoard (Unofficial Blackboard Extension)

Enhance your Blackboard experience

BetterBoard (Unofficial Blackboard Extension)란 무엇입니까?

BetterBoard (Unofficial Blackboard Extension)은(는) Joey Barr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your Blackboard experience"입니다.

확장 프로그램 스크린샷

screenshot

BetterBoard (Unofficial Blackboard Extension) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The latest in my suite of LMS extensions, this extension is designed to improve the user experience on Blackboard, both aesthetically and functionally. Features include:
-graphical improvements, namely movement toward material design
-Roboto font
-removal of extraneous elements from homepage
-collapsed course content and made expandable (increasing readability and ease of navigation)
-announcements are shown as red "!" instead of adding to length of course list
-customizable course names
-hidable courses
-heat-map style grade change notifiers
  And more to come!

Please note: This product was designed around Purdue University's version of Blackboard in mind. If you notice discrepancies, feel free to drop me a line.



Thank you for installing!

I'm currently a broke college student. If you'd like to provide a capitalistic thank you for my work, feel free to donate at paypal.me/JosephMBarr. 

Disclaimer: This product is in no way affiliated with Purdue University or Blackboard, Inc.                    

확장 프로그램 기본 정보

이름 BetterBoard (Unofficial Blackboard Extension) BetterBoard (Unofficial Blackboard Extension)
ID lcbgohcpebiaemadmcmkomcckookpjbm
공식 URL https://chrome.google.com/webstore/detail/betterboard-unofficial-bl/lcbgohcpebiaemadmcmkomcckookpjbm
설명 Enhance your Blackboard experience
파일 크기 867 KB
설치 횟수 86
현재 버전 0.1.1
최근 업데이트 2017-12-06
출시 날짜 2017-12-06
개발자 Joey Barr
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BetterBoard (Unofficial Blackboard Extension)",
    "short_name": "BetterBoard",
    "description": "Enhance your Blackboard experience",
    "version": "0.1.1",
    "permissions": [
        "activeTab",
        "storage",
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mycourses.purdue.edu\/*"
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/materialize.min.js",
                "\/js\/betterboard.js"
            ],
            "css": [
                "css\/betterboard.css",
                "css\/materialize.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/resources\/*.png",
        "\/css\/*.css",
        "\/fonts\/roboto\/*.woff",
        "\/fonts\/roboto\/*.woff2",
        "*.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}