Whiteboard

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

Co je Whiteboard?

Whiteboard je rozšíření Chrome vyvinuté Sunny Guan, a jeho hlavní funkcí je „Whiteboard is a UI enhancement suite for The University of Texas at Dallas's online learning platform, eLearning. This extension…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Whiteboard

Stáhněte si soubory rozšíření Whiteboard ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Whiteboard Whiteboard
ID hgoiijmhpdjkmecnlkpdcflgfjebpbhe
Oficiální URL https://chromewebstore.google.com/detail/whiteboard/hgoiijmhpdjkmecnlkpdcflgfjebpbhe
Popis Whiteboard is a UI enhancement suite for The University of Texas at Dallas's online learning platform, eLearning. This extension…
Velikost souboru 397 KB
Počet instalací 2,000
Aktuální Verze 1.3.4
Poslední Aktualizace 2023-01-18
Datum Vydání 2020-09-28
Hodnocení 5.00/5 Celkem 13 Hodnocení
Vývojář Sunny Guan
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/sunnyguan/whiteboard
URL Stránky Nápovědy https://github.com/sunnyguan/whiteboard
Podporované Jazyky 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"
    }
}