Whiteboard

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

Apa itu Whiteboard?

Whiteboard adalah ekstensi Chrome yang dikembangkan oleh Sunny Guan, dan fitur utamanya adalah "Whiteboard is a UI enhancement suite for The University of Texas at Dallas's online learning platform, eLearning. This extension…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Whiteboard

Unduh file ekstensi Whiteboard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Whiteboard Whiteboard
ID hgoiijmhpdjkmecnlkpdcflgfjebpbhe
URL Resmi https://chromewebstore.google.com/detail/whiteboard/hgoiijmhpdjkmecnlkpdcflgfjebpbhe
Deskripsi Whiteboard is a UI enhancement suite for The University of Texas at Dallas's online learning platform, eLearning. This extension…
Ukuran File 397 KB
Jumlah Instalasi 2,000
Versi Saat Ini 1.3.4
Terakhir Diperbarui 2023-01-18
Tanggal Publikasi 2020-09-28
Penilaian 5.00/5 Total 13 Penilaian
Pengembang Sunny Guan
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/sunnyguan/whiteboard
URL Halaman Bantuan https://github.com/sunnyguan/whiteboard
Bahasa yang Didukung 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"
    }
}