Dark Mode for Google classroom
This extension changes the theme of google classroom to dark.
Dark Mode for Google classroom क्या है?
Dark Mode for Google classroom abbasmurtaza.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension changes the theme of google classroom to dark."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dark Mode for Google classroom एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension changes the theme of google classroom to dark or semi midnight theme.
एक्सटेंशन की मूल जानकारी
नाम | Dark Mode for Google classroom |
ID | fogjhlkcpjpdgonmojejehkcefmgnaha |
आधिकारिक URL | https://chromewebstore.google.com/detail/dark-mode-for-google-clas/fogjhlkcpjpdgonmojejehkcefmgnaha |
विवरण | This extension changes the theme of google classroom to dark. |
फ़ाइल का आकार | 23.99 KB |
स्थापना संख्या | 176 |
वर्तमान संस्करण | 1.0.0.0 |
अंतिम अपडेट | 2023-03-28 |
प्रकाशन तिथि | 2023-03-28 |
रेटिंग | 3.89/5 कुल 9 रेटिंग्स |
डेवलपर | abbasmurtaza.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Mode for Google classroom", "version": "1.0.0.0", "description": "This extension changes the theme of google classroom to dark.", "manifest_version": 3, "action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.classroom.google.com\/*" ], "js": [ "app.js" ] } ] } |