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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

G-CAL Highlighter 확장 프로그램 CRX 파일 다운로드

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