Google Calendar Font Customizer

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

Cos'è Google Calendar Font Customizer?

Google Calendar Font Customizer è un'estensione di Chrome sviluppata da Digital Turbo, e la sua funzione principale è "Font settings for Google Calendar. Let you set font style with ease.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Google Calendar Font Customizer

Scarica i file di estensione Google Calendar Font Customizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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].                    

Informazioni di Base sull'Estensione

Nome Google Calendar Font Customizer Google Calendar Font Customizer
ID bfbebkpfgcidgpidfcbpihdlineclmck
URL Ufficiale https://chromewebstore.google.com/detail/google-calendar-font-cust/bfbebkpfgcidgpidfcbpihdlineclmck
Descrizione Font settings for Google Calendar. Let you set font style with ease.
Dimensione del File 331 KB
Conteggio Installazioni 3,787
Versione Corrente 1.2.0
Ultimo Aggiornamento 2023-12-26
Data di Pubblicazione 2022-04-27
Valutazione 3.50/5 Totale 6 Valutazioni
Sviluppatore Digital Turbo
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://tin-hexagon-ed3.notion.site/Privacy-Policy-02eced0565514dc691df8b720c2f8ae0
Lingue Supportate 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\/"
    ]
}