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によって開発されたChromeの拡張機能で、その主な機能は「Whiteboard is a UI enhancement suite for The University of Texas at Dallas's online learning platform, eLearning. This extension…」です。
拡張機能のスクリーンショット
Whiteboard拡張機能のCRXファイルをダウンロード
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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
    }
}  |  |