Dark Mode for Google classroom
This extension changes the theme of google classroom to dark.
Dark Mode for Google classroomとは何ですか?
Dark Mode for Google classroomはabbasmurtaza.devによって開発されたChromeの拡張機能で、その主な機能は「This extension changes the theme of google classroom to dark.」です。
拡張機能のスクリーンショット
Dark Mode for Google classroom拡張機能のCRXファイルをダウンロード
Dark Mode for Google classroom拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension changes the theme of google classroom to dark or semi midnight theme. 拡張機能の基本情報
| 名前 | |
| ID | fogjhlkcpjpdgonmojejehkcefmgnaha |
| 公式URL | https://chromewebstore.google.com/detail/dark-mode-for-google-clas/fogjhlkcpjpdgonmojejehkcefmgnaha |
| 説明 | This extension changes the theme of google classroom to dark. |
| ファイルサイズ | 23.99 KB |
| インストール数 | 176 |
| 現在のバージョン | 1.0.0.0 |
| 最終更新日 | 2023-03-28 |
| 公開日 | 2023-03-28 |
| 評価 | 3.89/5 合計 9 レビュー |
| 開発者 | abbasmurtaza.dev |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dark Mode for Google classroom",
"version": "1.0.0.0",
"description": "This extension changes the theme of google classroom to dark.",
"manifest_version": 3,
"action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.classroom.google.com\/*"
],
"js": [
"app.js"
]
}
]
} | |