Better Brightspace
Changes the Brightspace homepage to focus on current courses.
Vad är Better Brightspace?
Better Brightspace är en Chrome-tillägg utvecklad av 2matto, och dess huvudfunktion är "Changes the Brightspace homepage to focus on current courses.".
Tilläggsskärmbilder
Ladda ner Better Brightspace-förlängningens CRX-fil
Ladda ner Better Brightspace-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                                             Grundläggande Information om Tillägg
| Namn |   |  
| ID | hgfcmgimdjhecjhmhemcdibgfcnhmmgd | 
| Officiell webbadress | https://chromewebstore.google.com/detail/better-brightspace/hgfcmgimdjhecjhmhemcdibgfcnhmmgd | 
| Beskrivning | Changes the Brightspace homepage to focus on current courses. | 
| Filstorlek | 47.41 KB | 
| Antal Installationer | 45 | 
| Aktuell Version | 0.0.0.6 | 
| Senast Uppdaterad | 2019-01-21 | 
| Publiceringsdatum | 2019-01-21 | 
| Betyg | 1.00/5 Totalt 1 Betyg | 
| Utvecklare | 2matto | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Brightspace",
    "version": "0.0.0.6",
    "description": "Changes the Brightspace homepage to focus on current courses.",
    "icons": {
        "128": "BetterBrightSpace-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.brightspace.com\/*"
            ],
            "css": [
                "content.css"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.brightspace.com\/d2l\/home"
            ],
            "js": [
                "home-content.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.brightspace.com\/d2l\/le\/content\/*\/Home"
            ],
            "js": [
                "course-content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "BetterBrightSpace-128.png"
    },
    "manifest_version": 2
}  |  |