Dark Mode for Google classroom
This extension changes the theme of google classroom to dark.
Vad är Dark Mode for Google classroom?
Dark Mode for Google classroom är en Chrome-tillägg utvecklad av abbasmurtaza.dev, och dess huvudfunktion är "This extension changes the theme of google classroom to dark.".
Tilläggsskärmbilder
Ladda ner Dark Mode for Google classroom-förlängningens CRX-fil
Ladda ner Dark Mode for Google classroom-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension changes the theme of google classroom to dark or semi midnight theme. Grundläggande Information om Tillägg
| Namn | |
| ID | fogjhlkcpjpdgonmojejehkcefmgnaha |
| Officiell webbadress | https://chromewebstore.google.com/detail/dark-mode-for-google-clas/fogjhlkcpjpdgonmojejehkcefmgnaha |
| Beskrivning | This extension changes the theme of google classroom to dark. |
| Filstorlek | 23.99 KB |
| Antal Installationer | 176 |
| Aktuell Version | 1.0.0.0 |
| Senast Uppdaterad | 2023-03-28 |
| Publiceringsdatum | 2023-03-28 |
| Betyg | 3.89/5 Totalt 9 Betyg |
| Utvecklare | abbasmurtaza.dev |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |