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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/"
    ]
}