Enhancer for Classroom™
UI improvements for Google Classroom
Enhancer for Classroom™ क्या है?
Enhancer for Classroom™ saikat0511 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "UI improvements for Google Classroom"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Enhancer for Classroom™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |