Blackboard Enhancer

Enhance and simplify your Blackboard experience.

Blackboard Enhancer là gì?

Blackboard Enhancer là một tiện ích mở rộng Chrome được phát triển bởi Sarmad Hashmi, và tính năng chính của nó là "Enhance and simplify your Blackboard experience.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Blackboard Enhancer

Tải xuống các tệp mở rộng Blackboard Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Blackboard Enhancer Blackboard Enhancer
ID fbpdcbjdehdckmkjhabppnmmemigokdh
URL Chính Thức https://chromewebstore.google.com/detail/blackboard-enhancer/fbpdcbjdehdckmkjhabppnmmemigokdh
Mô tả Enhance and simplify your Blackboard experience.
Kích Thước Tệp 41.53 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2017-01-19
Ngày Phát Hành 2017-01-18
Nhà Phát Triển Sarmad Hashmi
Loại Thanh Toán free
Trang Web Mở Rộng http://www.sarmadhashmi.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}