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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" ] } ] } |