Calendar

Day, Month and Year

Calendar란 무엇입니까?

Calendar은(는) https://mythical5th.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Day, Month and Year"입니다.

확장 프로그램 스크린샷

screenshot

Calendar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Keyboard shortcut: Alt+C
To change the default, go to chrome://extensions/shortcuts

September 2023:
With regret, the full-month grid has been removed. It used the Flexbox and Grid layout modes of HTML, which have been affected negatively by an update of Chrome.                    

확장 프로그램 기본 정보

이름 Calendar Calendar
ID ndfdimandiclndjddnhkhjleeadcppcj
공식 URL https://chromewebstore.google.com/detail/calendar/ndfdimandiclndjddnhkhjleeadcppcj
설명 Day, Month and Year
파일 크기 8.15 KB
설치 횟수 48
현재 버전 4.1
최근 업데이트 2024-02-10
출시 날짜 2021-03-01
개발자 https://mythical5th.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://mythical5th.com/policies/chromeWebStore.html
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Calendar",
    "version": "4.1",
    "description": "Day, Month and Year",
    "short_name": "Calendar",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+C"
            }
        }
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "action": {
        "default_title": "Calendar",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/icon16.png",
            "48": "\/icons\/icon48.png"
        }
    }
}