Blackboard Enhancer

Enhance and simplify your Blackboard experience.

What is Blackboard Enhancer?

Blackboard Enhancer is a Chrome extension developed by Sarmad Hashmi, and its main feature is "Enhance and simplify your Blackboard experience.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Blackboard Enhancer Extension CRX File

Download Blackboard Enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Blackboard Enhancer Blackboard Enhancer
ID fbpdcbjdehdckmkjhabppnmmemigokdh
Official URL https://chromewebstore.google.com/detail/blackboard-enhancer/fbpdcbjdehdckmkjhabppnmmemigokdh
Description Enhance and simplify your Blackboard experience.
File Size 41.53 KB
Installation Count 74
Current Version 2.0
Last Updated 2017-01-19
Publish Date 2017-01-18
Developer Sarmad Hashmi
Payment Type free
Extension Website http://www.sarmadhashmi.com
Supported Languages 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"
    }
}