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 là gì?
Dark Mode for Google G Suite là một tiện ích mở rộng Chrome được phát triển bởi Parineet Vernekar, và tính năng chính của nó là "Dark mode for Google Docs, Google Slides, Google Sheets, Google Drawings and more! Support coming soon for other Google services!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dark Mode for Google G Suite
Tải xuống các tệp mở rộng Dark Mode for Google G Suite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
**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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lopbffhleoeabafeoghhbbiahcmdhebh |
URL Chính Thức | https://chrome.google.com/webstore/detail/dark-mode-for-google-g-su/lopbffhleoeabafeoghhbbiahcmdhebh |
Mô tả | Dark mode for Google Docs, Google Slides, Google Sheets, Google Drawings and more! Support coming soon for other Google services! |
Kích Thước Tệp | 10.82 KB |
Số Lần Cài Đặt | 4,595 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2021-07-26 |
Ngày Phát Hành | 2021-02-02 |
Đánh Giá | 2.55/5 Tổng số 29 Đánh Giá |
Nhà Phát Triển | Parineet Vernekar |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://parineet.dev.horizontaleight.com/contact/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |