Whiteboard

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

Whiteboard là gì?

Whiteboard là một tiện ích mở rộng Chrome được phát triển bởi Sunny Guan, và tính năng chính của nó là "Whiteboard is a UI enhancement suite for The University of Texas at Dallas's online learning platform, eLearning. This extension…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Whiteboard

Tải xuống các tệp mở rộng Whiteboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Whiteboard Whiteboard
ID hgoiijmhpdjkmecnlkpdcflgfjebpbhe
URL Chính Thức https://chromewebstore.google.com/detail/whiteboard/hgoiijmhpdjkmecnlkpdcflgfjebpbhe
Mô tả Whiteboard is a UI enhancement suite for The University of Texas at Dallas's online learning platform, eLearning. This extension…
Kích Thước Tệp 397 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.3.4
Cập Nhật Lần Cuối 2023-01-18
Ngày Phát Hành 2020-09-28
Đánh Giá 5.00/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Sunny Guan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sunnyguan/whiteboard
URL Trang Trợ Giúp https://github.com/sunnyguan/whiteboard
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}