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開發的Chrome擴展程式,該擴展的主要功能是“Font settings for Google Calendar. Let you set font style with ease.”。

擴展截圖

screenshot
screenshot

下載Google Calendar Font Customizer擴展crx文件

下載Google Calendar Font Customizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/"
    ]
}