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 |
电子邮箱 | [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" } |