Darkmode for Classroom

Make Google Classroom Dark

Darkmode for Classroomとは何ですか?

Darkmode for Classroomはhttps://jtlr.orgによって開発されたChromeの拡張機能で、その主な機能は「Make Google Classroom Dark」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Darkmode for Classroom拡張機能のCRXファイルをダウンロード

Darkmode for Classroom拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Classroom is a popular website for students and educators.   Unlike most modern websites, Classroom doesn't have a dark mode.   This free extension adds dark mode to Classroom.  

This is extension simply applies code to Classroom to make it dark mode, all under 100kb.   

It takes two click to make Classroom dark mode.   This is a free extension by JTLR Tech Chrome.                    

拡張機能の基本情報

名前 Darkmode for Classroom Darkmode for Classroom
ID aodninbopfbgghmjhgdobcafmbpeimlb
公式URL https://chromewebstore.google.com/detail/darkmode-for-classroom/aodninbopfbgghmjhgdobcafmbpeimlb
説明 Make Google Classroom Dark
ファイルサイズ 157 KB
インストール数 1,000
現在のバージョン 0.0.2
最終更新日 2024-01-30
公開日 2021-10-26
評価 4.80/5 合計 5 レビュー
開発者 https://jtlr.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://jtlr.org/chrome/dark-mode-for-classroom/
ヘルプページのURL https://jtlr.org/chrome/dark-mode-for-classroom/
プライバシーポリシーページのURL https://tracking.jtlrgroup.com/chromeprivacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Darkmode for Classroom",
    "version": "0.0.2",
    "description": "Make Google Classroom Dark",
    "homepage_url": "http:\/\/jtlrgroup.com",
    "icons": {
        "128": "classroom.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/classroom.google.com\/*\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/classroom.google.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}