Whiteboard

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

Whiteboardคืออะไร?

Whiteboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sunny Guan และคุณลักษณะหลักของมันคือ "Whiteboard is a UI enhancement suite for The University of Texas at Dallas's online learning platform, eLearning. This extension…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whiteboard

ดาวน์โหลดไฟล์ส่วนขยาย Whiteboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}