Whiteboard

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

Whiteboard क्या है?

Whiteboard Sunny Guan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Whiteboard is a UI enhancement suite for The University of Texas at Dallas's online learning platform, eLearning. This extension…"।

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

screenshot

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

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

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

                        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.                    

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

नाम Whiteboard Whiteboard
ID hgoiijmhpdjkmecnlkpdcflgfjebpbhe
आधिकारिक URL https://chromewebstore.google.com/detail/whiteboard/hgoiijmhpdjkmecnlkpdcflgfjebpbhe
विवरण Whiteboard is a UI enhancement suite for The University of Texas at Dallas's online learning platform, eLearning. This extension…
फ़ाइल का आकार 397 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 1.3.4
अंतिम अपडेट 2023-01-18
प्रकाशन तिथि 2020-09-28
रेटिंग 5.00/5 कुल 13 रेटिंग्स
डेवलपर Sunny Guan
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/sunnyguan/whiteboard
सहायता पृष्ठ URL https://github.com/sunnyguan/whiteboard
समर्थित भाषाएँ 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"
    }
}