Life Counter
Counting the moments of your life
Life Counter란 무엇입니까?
Life Counter은(는) jin.alex에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Counting the moments of your life"입니다.
확장 프로그램 스크린샷
Life Counter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Minimalistic counter that shows time between a specified date and now on all your new tabs. v2 What's New? -bookmarks -fixed timezone issues -adjusted positioning of elements -option to add a message for what you are counting up/down from/to Personally I use it to see how long I have been alive but it can count up from a past date or count down to a date in the future. Use Cases: - years you've been alive - seconds until the new year - number of days until your favourite artists drops that fire mixtape - etc
확장 프로그램 기본 정보
이름 | Life Counter |
ID | bnbpeolijjenmnpfiohapnejmhoecchh |
공식 URL | https://chromewebstore.google.com/detail/life-counter/bnbpeolijjenmnpfiohapnejmhoecchh |
설명 | Counting the moments of your life |
파일 크기 | 104 KB |
설치 횟수 | 839 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2016-01-01 |
출시 날짜 | 2015-12-31 |
평점 | 4.88/5 총 8 개의 평점 |
개발자 | jin.alex |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Life Counter", "description": "Counting the moments of your life", "version": "2.0.0", "manifest_version": 2, "options_page": "options.html", "permissions": [ "storage" ], "icons": { "128": "icon_128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" } } |