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 |
Eメール | [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" ] } ] } |