Morbid Motivation
Counts down in seconds to your projected death on every tab you open.
Vad är Morbid Motivation?
Morbid Motivation är en Chrome-tillägg utvecklad av Jiapei Song, och dess huvudfunktion är "Counts down in seconds to your projected death on every tab you open.".
Tilläggsskärmbilder
Ladda ner Morbid Motivation-förlängningens CRX-fil
Ladda ner Morbid Motivation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | kjpeibokdagajocicdijpeognkpccphj |
| Officiell webbadress | https://chromewebstore.google.com/detail/morbid-motivation/kjpeibokdagajocicdijpeognkpccphj |
| Beskrivning | Counts down in seconds to your projected death on every tab you open. |
| Filstorlek | 31.21 KB |
| Antal Installationer | 102 |
| Aktuell Version | 0.1.0 |
| Senast Uppdaterad | 2015-03-15 |
| Publiceringsdatum | 2015-03-15 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Jiapei Song |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |