Google Docs Dark Mode
Dark Mode for Google Docs + UI Upgrade
Google Docs Dark Mode란 무엇입니까?
Google Docs Dark Mode은(는) DevTopia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dark Mode for Google Docs + UI Upgrade"입니다.
확장 프로그램 스크린샷
Google Docs Dark Mode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Theme: Dark Mode Now you're able to see after writing those late night possibly last minute papers. [Latest Update] v.1.2.1 ----------------------------------- - Fixed UI bug (parts of page were still white) - Updated color scheme (minor) Latest Updates v.1.2.0 ----------------------------------- - Fixed UI bugs - Updated color scheme (minor) - Added Dark mode to Docs home page *Tip - Some of you would like the page itself dark with the text white ------------------------------------------------------------------------------------------------------------ Go to --> File --> Page Setup --> Choose the color you'd like Also, I don't think I'll be adding the feature above, as it's already built-in to G Docs. Stay up to date or Request Future Features ------------------------------------------------------------------- Join the Discord: https://discord.gg/5EW65hH6UF Twitter: https://twitter.com/DevTopia_
확장 프로그램 기본 정보
이름 | Google Docs Dark Mode |
ID | iachichldiecjkhfdffiegbdhechgekl |
공식 URL | https://chromewebstore.google.com/detail/google-docs-dark-mode/iachichldiecjkhfdffiegbdhechgekl |
설명 | Dark Mode for Google Docs + UI Upgrade |
파일 크기 | 11.5 KB |
설치 횟수 | 5,752 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2022-10-25 |
출시 날짜 | 2020-06-12 |
평점 | 2.42/5 총 26 개의 평점 |
개발자 | DevTopia |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.termsfeed.com/live/b67ff90e-f88e-40c7-bef2-716e83a08612 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Docs Dark Mode", "description": "Dark Mode for Google Docs + UI Upgrade", "version": "1.2.1", "icons": { "128": "icon_128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "\/Styles\/style.css", "\/Styles\/style.scss" ], "js": [ "popup.js" ], "matches": [ "https:\/\/docs.google.com\/document\/*" ] } ], "action": { "default_icon": "icon_128.png", "default_title": "Google Docs Dark Mode" } } |