Blackboard Enhancement Suite

Various layout and style changes intended to improve the usability of Blackboard

Blackboard Enhancement Suite क्या है?

Blackboard Enhancement Suite https://devinrousso.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Various layout and style changes intended to improve the usability of Blackboard"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Blackboard Enhancement Suite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        If you like this extension and want it to work with your school, create an issue on the support page and I will do my best to make it work.

Version 1.3.0:
 - A settings page has now been added to let you choose between making the "List View" or "Tree View" default in the Forum/Discussion page

Version 1.2.0:
 - Added support for all schools matching "blackboard.___.edu" and "bb.___.edu"
 - Added support for versions that don't use frames

Version 1.1.0:
 - Opening classes in new tabs now preserves the navigational header

Version 1.0.0:
 - Created extension
 - Currently supported schools: USC
 - Logo in top left corner will now reload current page instead of opening Blackboard in a new tab
 - Past courses (under My Courses Plus module) will be hidden from immediate sight and can be accessed by clicking the "Show Past Courses" link                    

एक्सटेंशन की मूल जानकारी

नाम Blackboard Enhancement Suite Blackboard Enhancement Suite
ID mbmniljdacmobchkdodbbimnnfemgjda
आधिकारिक URL https://chromewebstore.google.com/detail/blackboard-enhancement-su/mbmniljdacmobchkdodbbimnnfemgjda
विवरण Various layout and style changes intended to improve the usability of Blackboard
फ़ाइल का आकार 39.52 KB
स्थापना संख्या 8,108
वर्तमान संस्करण 1.3
अंतिम अपडेट 2015-12-20
प्रकाशन तिथि 2015-12-19
रेटिंग 2.88/5 कुल 40 रेटिंग्स
डेवलपर https://devinrousso.com
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/dcrousso/BlackboardEnhancementSuite/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.3",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.edu\/*",
                "https:\/\/*.edu\/*"
            ],
            "include_globs": [
                "https:\/\/bb.*.edu\/*",
                "http:\/\/bb.*.edu\/*",
                "https:\/\/blackboard.*.edu\/*",
                "http:\/\/blackboard.*.edu\/*"
            ],
            "js": [
                "scripts\/enhance.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "html\/options.html",
    "background": {
        "page": "html\/background.html",
        "persistent": false
    }
}