Day Countdown

Shows a day countdown to any number of dates

Day Countdown란 무엇입니까?

Day Countdown은(는) Munsifali Rashid에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows a day countdown to any number of dates"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Adds a new button to your toolbar to allow you to easily access a full calendar and see the number of days left to each date.

Click on a date to add events, and see the number of days remaining until that date in your browser toolbar.  Hovering over the button shows the event name.                    

확장 프로그램 기본 정보

이름 Day Countdown Day Countdown
ID bppnoejpfijbepipidelnldkeffcffgj
공식 URL https://chromewebstore.google.com/detail/day-countdown/bppnoejpfijbepipidelnldkeffcffgj
설명 Shows a day countdown to any number of dates
파일 크기 242 KB
설치 횟수 327
현재 버전 1.5.1
최근 업데이트 2024-02-02
출시 날짜 2019-10-08
평점 5.00/5 총 1 개의 평점
개발자 Munsifali Rashid
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://munr.github.io/day-countdown/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Day Countdown",
    "description": "Shows a day countdown to any number of dates",
    "version": "1.5.1.0",
    "icons": {
        "16": "public\/images\/calendar_16x16.png",
        "48": "public\/images\/calendar_48x48.png",
        "128": "public\/images\/calendar_128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "public\/images\/calendar_16x16.png",
            "48": "public\/images\/calendar_48x48.png",
            "128": "public\/images\/calendar_128x128.png"
        },
        "default_title": "Day Countdown"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "images\/save_16x16.png",
                "images\/delete_16x16.png"
            ],
            "use_dynamic_url": false
        }
    ],
    "version_name": "1.5.1"
}