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是由Parineet Vernekar开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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" ] } ] } |