Enhancer for Classroom™
UI improvements for Google Classroom
What is Enhancer for Classroom™?
Enhancer for Classroom™ is a Chrome extension developed by saikat0511, and its main feature is "UI improvements for Google Classroom".
Extension Screenshots
Download Enhancer for Classroom™ Extension CRX File
Download Enhancer for Classroom™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Enhancer for Classroom™ |
ID | nbijdallbnpfkkglpdepfjdlelflfkdc |
Official URL | https://chromewebstore.google.com/detail/enhancer-for-classroom/nbijdallbnpfkkglpdepfjdlelflfkdc |
Description | UI improvements for Google Classroom |
File Size | 28.66 KB |
Installation Count | 114 |
Current Version | 1.2.1 |
Last Updated | 2023-06-23 |
Publish Date | 2023-06-15 |
Rating | 5.00/5 Total 5 Ratings |
Developer | saikat0511 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/saikat0511/GCR-enhancer |
Help Page URL | https://github.com/saikat0511/GCR-enhancer/issues |
Supported Languages | 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" } |