Dark Mode for Google G Suite
Dark mode for Google Docs, Google Slides, Google Sheets, Google Drawings and more! Support coming soon for other Google services!
Dark Mode for Google G Suiteคืออะไร?
Dark Mode for Google G Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Parineet Vernekar และคุณลักษณะหลักของมันคือ "Dark mode for Google Docs, Google Slides, Google Sheets, Google Drawings and more! Support coming soon for other Google services!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark Mode for Google G Suite
ดาวน์โหลดไฟล์ส่วนขยาย Dark Mode for Google G Suite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
**NEW** Google Search Results! We've added dark mode support for Google Search Results, which hopefully is a great addition to the suite of dark mode support so far! This extension adds in dark mode support for Google Docs, Google Slides, Google Classroom, Google Sheets, and works with many more Google Services too! It listens to your operating system, making sure that as soon as you switch to and from dark mode, your Google services adapt to your choice! Also works with: - Meet - Calendar - Drawings - More coming soon!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lopbffhleoeabafeoghhbbiahcmdhebh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/dark-mode-for-google-g-su/lopbffhleoeabafeoghhbbiahcmdhebh |
คำอธิบาย | Dark mode for Google Docs, Google Slides, Google Sheets, Google Drawings and more! Support coming soon for other Google services! |
ขนาดไฟล์ | 10.82 KB |
จำนวนการติดตั้ง | 4,595 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2021-07-26 |
วันที่เผยแพร่ | 2021-02-02 |
คะแนน | 2.55/5 รวมทั้งหมด 29 คะแนน |
ผู้พัฒนา | Parineet Vernekar |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://parineet.dev.horizontaleight.com/contact/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Mode for Google G Suite", "description": "Dark mode for Google Docs, Google Slides, Google Sheets, Google Drawings and more! Support coming soon for other Google services!", "version": "1.3", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*", "https:\/\/docs.google.com\/*", "https:\/\/drive.google.com\/*", "https:\/\/classroom.google.com\/*", "https:\/\/mail.google.com\/*", "https:\/\/calendar.google.com\/*", "https:\/\/meet.google.com\/*", "https:\/\/myaccount.google.com\/*", "https:\/\/contacts.google.com\/*", "https:\/\/mail.google.com\/chat\/*", "https:\/\/chat.google.com\/*" ], "exclude_matches": [ "https:\/\/mail.google.com\/chat\/" ], "css": [ "google.css", "chat.css", "drive.css", "docs.css", "classroom.css", "gmail.css", "forms.css", "calendar.css", "meet.css", "sites.css", "myaccount.css", "contacts.css" ] } ] } |