ClassAway
Hides classes on Google Classroom
ClassAway क्या है?
ClassAway Adriano Rangel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides classes on Google Classroom"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ClassAway एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ClassAway is a smart and intuitive Google Chrome extension designed to declutter your Google Classroom by hiding the classes of your choice. This allows you to focus on what's important, whether that's current classes, specific projects, or just reducing visual clutter. Key Features: Hide Classes: Simply type in the name of the class you wish to hide, hit 'Enter', and voila! That class is now hidden from your Google Classroom dashboard. This helps to clean up your dashboard and lets you focus on the classes that are most important to you. Manage Hidden Classes: With ClassAway, you are always in control. You can see all your hidden classes at a glance and make changes as you wish. Made a mistake or want to unhide a class? No problem, just click the 'Edit' or 'Delete' icons. User-Friendly Interface: ClassAway is designed with simplicity and user-friendliness in mind. It provides a clean, easy-to-navigate interface that doesn't require a learning curve. Safe and Secure: ClassAway respects your privacy. It doesn't collect any personal data, and all operations are performed locally on your browser. So why wait? Add ClassAway to your browser and take the first step towards a more organized, distraction-free Google Classroom experience.
एक्सटेंशन की मूल जानकारी
नाम | ClassAway |
ID | paefibbdicikhmllmlkconnkmoacldog |
आधिकारिक URL | https://chromewebstore.google.com/detail/classaway/paefibbdicikhmllmlkconnkmoacldog |
विवरण | Hides classes on Google Classroom |
फ़ाइल का आकार | 79.19 KB |
स्थापना संख्या | 85 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2023-07-05 |
प्रकाशन तिथि | 2023-07-05 |
रेटिंग | 4.25/5 कुल 4 रेटिंग्स |
डेवलपर | Adriano Rangel |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ClassAway", "version": "1.0", "description": "Hides classes on Google Classroom", "permissions": [ "storage" ], "action": { "default_icon": { "16": "\/images\/icon16.png", "32": "images\/icon32.png", "48": "\/images\/icon48.png", "64": "\/images\/icon64.png", "128": "\/images\/icon128.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/classroom.google.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "\/images\/icon16.png", "32": "images\/icon32.png", "48": "\/images\/icon48.png", "64": "\/images\/icon64.png", "128": "\/images\/icon128.png" } } |