Morbid Motivation
Counts down in seconds to your projected death on every tab you open.
Morbid Motivation란 무엇입니까?
Morbid Motivation은(는) Jiapei Song에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Counts down in seconds to your projected death on every tab you open."입니다.
확장 프로그램 스크린샷
Morbid Motivation 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enter your birthday and life expectancy. You will now see how much time you have left to live every time you open a new page. That number only counts downwards, so think about what you're typing into the address bar! Features: - changing the date settings at any time - changing the colors of the screen at any time - can count down every second, or ten times a second - data is saved with chrome; no need to re-enter data on a different computer Future features: - fetching life expectancy data from external sources based on country of residence
확장 프로그램 기본 정보
이름 | Morbid Motivation |
ID | kjpeibokdagajocicdijpeognkpccphj |
공식 URL | https://chromewebstore.google.com/detail/morbid-motivation/kjpeibokdagajocicdijpeognkpccphj |
설명 | Counts down in seconds to your projected death on every tab you open. |
파일 크기 | 31.21 KB |
설치 횟수 | 102 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2015-03-15 |
출시 날짜 | 2015-03-15 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Jiapei Song |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_Name__", "manifest_version": 2, "version": "0.1.0", "description": "__MSG_Description__", "chrome_url_overrides": { "newtab": "countdown.html" }, "offline_enabled": true, "permissions": [ "storage" ], "icons": { "128": "128.png" }, "default_locale": "en" } |