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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
**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" ] } ] } |