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 - это расширение Chrome, разработанное abbasmurtaza.dev, и его основная функция - "This extension changes the theme of google classroom to dark.".
Снимки экрана расширения
Скачать файл CRX расширения Dark Mode for Google classroom
Скачайте файлы расширений Dark Mode for Google classroom в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension changes the theme of google classroom to dark or semi midnight theme. Основная информация о расширении
| Название | |
| 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"
]
}
]
} | |