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开发的Chrome扩展程序,该扩展的主要功能是“This extension changes the theme of google classroom to dark.”。
扩展截图
下载Dark Mode for Google classroom扩展crx文件
下载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"
]
}
]
} | |