Enhancer for Classroom™
UI improvements for Google Classroom
Enhancer for Classroom™とは何ですか?
Enhancer for Classroom™はsaikat0511によって開発されたChromeの拡張機能で、その主な機能は「UI improvements for Google Classroom」です。
拡張機能のスクリーンショット
Enhancer for Classroom™拡張機能のCRXファイルをダウンロード
Enhancer for Classroom™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This browser extension adds some quality of life features to Google Classroom™. Features: > Functional > Download button next to all file attachments > Dark mode toggle in navigation bar > Cosmetic > Reduced padding and margins across the whole website > Increased border radius of all elements > Use a lighter shade of white for background color in light mode This add-on does not collect data and respects users' privacy. Updates to the Classroom site may break this extension in the future, please open an issue if you encounter any bugs, or have any new feature suggestions. Github Repo: https://github.com/saikat0511/GCR-enhancer
拡張機能の基本情報
名前 | Enhancer for Classroom™ |
ID | nbijdallbnpfkkglpdepfjdlelflfkdc |
公式URL | https://chromewebstore.google.com/detail/enhancer-for-classroom/nbijdallbnpfkkglpdepfjdlelflfkdc |
説明 | UI improvements for Google Classroom |
ファイルサイズ | 28.66 KB |
インストール数 | 114 |
現在のバージョン | 1.2.1 |
最終更新日 | 2023-06-23 |
公開日 | 2023-06-15 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | saikat0511 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/saikat0511/GCR-enhancer |
ヘルプページのURL | https://github.com/saikat0511/GCR-enhancer/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "https:\/\/classroom.google.com\/*" ], "all_frames": true, "css": [ "styles\/style.css" ], "js": [ "scripts\/content.js" ], "run_at": "document_start" } ], "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "storage" ], "manifest_version": 3, "name": "Enhancer for Classroom\u2122", "version": "1.2.1", "description": "UI improvements for Google Classroom" } |