Classroom Dark Mode
Dark mode for Google Classroom
Classroom Dark Modeとは何ですか?
Classroom Dark Modeはhttps://ryanluu.devによって開発されたChromeの拡張機能で、その主な機能は「Dark mode for Google Classroom」です。
拡張機能のスクリーンショット
Classroom Dark Mode拡張機能のCRXファイルをダウンロード
Classroom Dark Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a dark mode theme to Google Classroom to save your eyes.
拡張機能の基本情報
名前 | Classroom Dark Mode |
ID | aaaccioflcfjgpdjonmjcmjkkgonpjfc |
公式URL | https://chromewebstore.google.com/detail/classroom-dark-mode/aaaccioflcfjgpdjonmjcmjkkgonpjfc |
説明 | Dark mode for Google Classroom |
ファイルサイズ | 45.97 KB |
インストール数 | 142 |
現在のバージョン | 0.1.0 |
最終更新日 | 2024-02-06 |
公開日 | 2024-01-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://ryanluu.dev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://classroomdarkmode.ryanluu.dev |
ヘルプページのURL | https://github.com/RyanLua/ClassroomDarkMode/discussions |
対応言語 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "0.1.0", "default_locale": "en_US", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/classroom.google.com\/*" ], "css": [ "dark-mode.css" ] } ], "author": "[email protected]" } |