New Tab Countdown
Countdown time remaining in the day, week, month, year, or a custom date.
New Tab Countdown란 무엇입니까?
New Tab Countdown은(는) Sebastian Liu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Countdown time remaining in the day, week, month, year, or a custom date."입니다.
확장 프로그램 스크린샷
New Tab Countdown 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
New Tab Countdown replaces the default new tab with customizable countdowns. You can add or remove countdowns, and can select a time remaining format (in seconds, minutes, hours, days, or weeks) and a specified end date (day, week, month, year, or a custom date and description) for each countdown.
확장 프로그램 기본 정보
이름 | New Tab Countdown |
ID | pbeiaielhjhfdpnonbbincehnanaehon |
공식 URL | https://chromewebstore.google.com/detail/new-tab-countdown/pbeiaielhjhfdpnonbbincehnanaehon |
설명 | Countdown time remaining in the day, week, month, year, or a custom date. |
파일 크기 | 1.07 MB |
설치 횟수 | 1,896 |
현재 버전 | 2.3.3 |
최근 업데이트 | 2019-03-22 |
출시 날짜 | 2019-03-22 |
평점 | 4.41/5 총 27 개의 평점 |
개발자 | Sebastian Liu |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://new-tab-countdown.github.io/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Countdown", "description": "Countdown time remaining in the day, week, month, year, or a custom date.", "version": "2.3.3", "manifest_version": 2, "icons": { "48": "extension-icons\/Clock-48.png", "128": "extension-icons\/Clock-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |