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 |
官方網址 | 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" } |