Countdown
“If you live each day as if it were your last, someday you’ll most certainly be right.”
Countdown란 무엇입니까?
Countdown은(는) Alan Chen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "“If you live each day as if it were your last, someday you’ll most certainly be right.”"입니다.
확장 프로그램 스크린샷
Countdown 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Replaces your 'new-tab' page with a real-time counter showing the estimated amount of time you have left along with up to three ambitions you specify. You are running out of time, get back to your passion. Good Luck. This extension was inspired by the extensions "Mortality" and "Motivation". I have built upon their original ideas and concepts. Thank you to Awesome Fonts for providing the icons.
확장 프로그램 기본 정보
이름 | Countdown |
ID | apbkdgmhabdmfejpgdchfehbahppmbde |
공식 URL | https://chromewebstore.google.com/detail/countdown/apbkdgmhabdmfejpgdchfehbahppmbde |
설명 | “If you live each day as if it were your last, someday you’ll most certainly be right.” |
파일 크기 | 607 KB |
설치 횟수 | 384 |
현재 버전 | 1.1 |
최근 업데이트 | 2016-09-19 |
출시 날짜 | 2016-09-19 |
평점 | 3.70/5 총 10 개의 평점 |
개발자 | Alan Chen |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Countdown", "description": "\u201cIf you live each day as if it were your last, someday you\u2019ll most certainly be right.\u201d", "version": "1.1", "incognito": "split", "background": { "persistent": false, "scripts": [ "countdown.js" ] }, "permissions": [ "storage" ], "icons": { "128": "assets\/icon-128.png", "48": "assets\/icon-48.png", "16": "assets\/icon-16.png" }, "chrome_url_overrides": { "newtab": "countdown.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |