Christmas Countdown New Tab Page

A nice Blue Christmas countdown timer for the current year, rather than the chrome default

Christmas Countdown New Tab Page란 무엇입니까?

Christmas Countdown New Tab Page은(는) toxic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A nice Blue Christmas countdown timer for the current year, rather than the chrome default"입니다.

확장 프로그램 스크린샷

screenshot

Christmas Countdown New Tab Page 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Christmas Countdown New Tab Page
Short name: xmas clock
Version 1.3 by toxic

RESOLUTION N/A

A simple Christmas Countdown Clock for the current year every time
you open a New Tab Page, better than the original huh! ;)

Looks extra nice when used with the Easy Blue Christmas Theme.
https://goo.gl/ADp4bZ

http://www.facebook.com/toxicthemesv2

Many Thanks
toxic

update note:
1.3 cleaned code to pull info straight from the website.
cleaner images.                    

확장 프로그램 기본 정보

이름 Christmas Countdown New Tab Page Christmas Countdown New Tab Page
ID abpdmjhkcjkncefiicjabnapdmbgfalg
공식 URL https://chrome.google.com/webstore/detail/christmas-countdown-new-t/abpdmjhkcjkncefiicjabnapdmbgfalg
설명 A nice Blue Christmas countdown timer for the current year, rather than the chrome default
파일 크기 41.28 KB
설치 횟수 462
현재 버전 1.3
최근 업데이트 2018-03-01
출시 날짜 2018-03-01
평점 1.00/5 총 1 개의 평점
개발자 toxic
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.facebook.com/toxicthemesv2
도움말 페이지 URL http://www.facebook.com/toxicthemesv2
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Christmas Countdown New Tab Page",
    "short_name": "xmas clock",
    "description": "A nice Blue Christmas countdown timer for the current year, rather than the chrome default",
    "version": "1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "ccd.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}