Countdown to Christmas Day

Countdown to Christmas Day. It will works endlessly year after year, forever.

Countdown to Christmas Day란 무엇입니까?

Countdown to Christmas Day은(는) Riccardo Andreatta에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Countdown to Christmas Day. It will works endlessly year after year, forever."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Would you like to know how many time is left to Christmas?

This extension pops up a very clear and lightweight countdown that is showing you the remaining time to Christmas.
It works endlessly, year after year, because of the developed algorithm.                    

확장 프로그램 기본 정보

이름 Countdown to Christmas Day Countdown to Christmas Day
ID hdncbeemmadlkelehboocphbgnpagmgk
공식 URL https://chromewebstore.google.com/detail/countdown-to-christmas-da/hdncbeemmadlkelehboocphbgnpagmgk
설명 Countdown to Christmas Day. It will works endlessly year after year, forever.
파일 크기 29.15 KB
설치 횟수 734
현재 버전 1.0.0
최근 업데이트 2020-07-30
출시 날짜 2020-07-29
평점 4.00/5 총 3 개의 평점
개발자 Riccardo Andreatta
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Ferie/countdown-to-christmas-day-chrome-extension
도움말 페이지 URL https://github.com/Ferie/countdown-to-christmas-day-chrome-extension/issues
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown to Christmas Day",
    "description": "Countdown to Christmas Day. It will works endlessly year after year, forever.",
    "version": "1.0.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "24": "images\/icon-24x24.png",
            "32": "images\/icon-32x32.png"
        }
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    }
}