Calendar Dark Mode

Experience Google Calendar in a Refreshing Dark Mode!

Calendar Dark Mode क्या है?

Calendar Dark Mode https://calendardarkmode.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Experience Google Calendar in a Refreshing Dark Mode!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Calendar Dark Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}