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 |
| 官方網址 | 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"
]
}
]
} | |