Calendar Dark Mode
Experience Google Calendar in a Refreshing Dark Mode!
Calendar Dark Mode란 무엇입니까?
Calendar Dark Mode은(는) https://calendardarkmode.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Experience Google Calendar in a Refreshing Dark Mode!"입니다.
확장 프로그램 스크린샷
Calendar Dark Mode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Experience Google Calendar in a whole new light, or should we say, darkness, with the Calendar Dark Mode extension. Tired of the blinding brightness of your calendar app? Say hello to a refreshing and elegant dark mode interface that's designed to make managing events and appointments a comfortable experience. ● Custom Dark Mode Interface: Unlike others, Calendar Dark Mode provides a uniquely tailored dark mode interface, designed by humans for a distinctive aesthetic. ● Effortless Integration: Activate dark mode seamlessly for instant transformation for both your calendar AND tasks view. ● Optimized for Speed: Experience rapid changes with quick transitions for a seamless calendar browsing experience. ● Personalization Simplified: Tweak colour settings and configurations effortlessly through the intuitive settings dashboard. ● Respect for Privacy: Rest assured, your data remains untouched. Calendar Dark Mode doesn't gather user information or calendar events. ● Regular Updates and Bug Fixes: Count on us for consistent updates and prompt bug fixes to ensure a flawless dark mode experience. Enhance your Google Calendar with Calendar Dark Mode and enjoy managing your schedule with elegance, any time of day.
확장 프로그램 기본 정보
이름 | Calendar Dark Mode |
ID | djohocjcheabcpjfaokeancojipglfbe |
공식 URL | https://chromewebstore.google.com/detail/calendar-dark-mode/djohocjcheabcpjfaokeancojipglfbe |
설명 | Experience Google Calendar in a Refreshing Dark Mode! |
파일 크기 | 194 KB |
설치 횟수 | 54,592 |
현재 버전 | 0.4.7 |
최근 업데이트 | 2024-02-27 |
출시 날짜 | 2023-08-07 |
평점 | 4.77/5 총 132 개의 평점 |
개발자 | https://calendardarkmode.me |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.calendardarkmode.me/ |
도움말 페이지 URL | https://www.calendardarkmode.me/contact |
지원되는 언어 | de,en,fr,es,it,pl,pt-BR,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.4.7", "version_name": "0.4.7", "description": "__MSG_appDescription__", "default_locale": "en", "permissions": [ "activeTab", "scripting", "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*", "https:\/\/tasks.google.com\/*" ], "all_frames": true, "js": [ "content-script.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/calendar.google.com\/*", "https:\/\/tasks.google.com\/*" ], "resources": [ "styles\/addonsmoothtransitions.css", "styles\/betterimages.css", "styles\/addonmonospacefont.css", "styles\/variablecolors.css", "styles\/darkmode.css", "styles\/addondarkenweekends.css" ] } ], "action": { "default_title": "__MSG_appName__", "default_popup": "index.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 3 } |