Whiteboard

Whiteboard is a UI enhancement suite for The University of Texas at Dallas's online learning platform, eLearning. This extension…

Wat is Whiteboard?

Whiteboard is een Chrome-extensie ontwikkeld door Sunny Guan, en de belangrijkste functie is "Whiteboard is a UI enhancement suite for The University of Texas at Dallas's online learning platform, eLearning. This extension…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Whiteboard

Download Whiteboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Whiteboard is a UI enhancement suite for The University of Texas at Dallas's online learning platform, eLearning. This extension provides a modern interface with useful features such as grades overview, weekly calendar, notifications, and much more. It also provides RateMyProfessor and UTDGrades information as additional columns on CourseBook.                    

Basisinformatie over de Extensie

Naam Whiteboard Whiteboard
ID hgoiijmhpdjkmecnlkpdcflgfjebpbhe
Officiële URL https://chromewebstore.google.com/detail/whiteboard/hgoiijmhpdjkmecnlkpdcflgfjebpbhe
Beschrijving Whiteboard is a UI enhancement suite for The University of Texas at Dallas's online learning platform, eLearning. This extension…
Bestandsgrootte 397 KB
Aantal Installaties 2,000
Huidige Versie 1.3.4
Laatst Bijgewerkt 2023-01-18
Publicatiedatum 2020-09-28
Beoordeling 5.00/5 Totaal 13 Beoordelingen
Ontwikkelaar Sunny Guan
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/sunnyguan/whiteboard
Help Pagina-URL https://github.com/sunnyguan/whiteboard
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whiteboard",
    "version": "1.3.4",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/elearning.utdallas.edu\/*",
                "https:\/\/coursebook.utdallas.edu\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "background": {
        "scripts": [
            "bg_page.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "temoc16.png",
        "48": "temoc48.png",
        "128": "temoc128.png"
    }
}