G-CAL Highlighter

You can customize the text and background colors for days like Sunday,Saturday,Today,holidays in Google Calendar to your liking.

G-CAL Highlighter क्या है?

G-CAL Highlighter macha द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can customize the text and background colors for days like Sunday,Saturday,Today,holidays in Google Calendar to your liking."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में G-CAL Highlighter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Would you like to change the color of holidays such as Sunday and Saturday in Google Calendar to make them easier to understand?
This extension allows you to freely set text and background colors for any day of the week.
You can also set "Today" to a color that is easy to understand.                    

एक्सटेंशन की मूल जानकारी

नाम G-CAL Highlighter G-CAL Highlighter
ID labgdoggahiaglajlpiamoefojkimnig
आधिकारिक URL https://chromewebstore.google.com/detail/g-cal-highlighter/labgdoggahiaglajlpiamoefojkimnig
विवरण You can customize the text and background colors for days like Sunday,Saturday,Today,holidays in Google Calendar to your liking.
फ़ाइल का आकार 432 KB
स्थापना संख्या 174
वर्तमान संस्करण 1.6.0
अंतिम अपडेट 2024-02-18
प्रकाशन तिथि 2023-03-29
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर macha
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.0",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background.js"
    },
    "oauth2": {
        "client_id": "604511844075-i3hnrnqhvhvr5t652sc8hisq87750bnq.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*.google.com\/calendar\/*",
                "https:\/\/*.google.com\/calendar\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "css\/*",
                "img\/*",
                "css\/fonts\/*",
                "html\/*",
                "getFrameId",
                "_locales\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "alarms",
        "tabs"
    ],
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": "img\/g-cal-icon_64.png",
        "default_title": "g-cal"
    },
    "icons": {
        "64": "img\/g-cal-icon_64.png",
        "100": "img\/g-cal-icon_100.png",
        "128": "img\/g-cal-icon_128.png",
        "512": "img\/g-cal-icon_512.png"
    },
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "minimum_chrome_version": "88"
}