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文件
下載Calendar Dark Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | djohocjcheabcpjfaokeancojipglfbe |
| 官方網址 | 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
} | |