Google Calendar Font Customizer

Font settings for Google Calendar. Let you set font style with ease.

Google Calendar Font Customizer क्या है?

Google Calendar Font Customizer Digital Turbo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Font settings for Google Calendar. Let you set font style with ease."।

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

screenshot
screenshot

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

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

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

                        Google Calendar Font Customizer is an easy-to-use font setting renderer that works on Google Calendar.

It modifies the font style of the Event / Task in Google Calendar grid view.

You can set font color, font size, font bold, font italic and font underline styles, the setting would be rendered in real time.

Once you set up your preferred styles, there is no need to set up repeatedly. The extension will remember your settings locally.

Any suggestion or problem, contact [email protected].                    

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

नाम Google Calendar Font Customizer Google Calendar Font Customizer
ID bfbebkpfgcidgpidfcbpihdlineclmck
आधिकारिक URL https://chromewebstore.google.com/detail/google-calendar-font-cust/bfbebkpfgcidgpidfcbpihdlineclmck
विवरण Font settings for Google Calendar. Let you set font style with ease.
फ़ाइल का आकार 331 KB
स्थापना संख्या 3,787
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2023-12-26
प्रकाशन तिथि 2022-04-27
रेटिंग 3.50/5 कुल 6 रेटिंग्स
डेवलपर Digital Turbo
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://tin-hexagon-ed3.notion.site/Privacy-Policy-02eced0565514dc691df8b720c2f8ae0
समर्थित भाषाएँ en,vi,es,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_fulltitle__",
    "description": "__MSG_ext_description__",
    "manifest_version": 3,
    "version": "1.2.0",
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/*.digitalworldturbo.com\/"
    ]
}