Morbid Motivation
Counts down in seconds to your projected death on every tab you open.
O que é Morbid Motivation?
Morbid Motivation é uma extensão do Chrome desenvolvida por Jiapei Song, e sua principal característica é "Counts down in seconds to your projected death on every tab you open.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Morbid Motivation
Baixe arquivos de extensão Morbid Motivation no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Morbid Motivation |
ID | kjpeibokdagajocicdijpeognkpccphj |
URL Oficial | https://chromewebstore.google.com/detail/morbid-motivation/kjpeibokdagajocicdijpeognkpccphj |
Descrição | Counts down in seconds to your projected death on every tab you open. |
Tamanho do Arquivo | 31.21 KB |
Contagem de Instalações | 102 |
Versão Atual | 0.1.0 |
Última Atualização | 2015-03-15 |
Data de Publicação | 2015-03-15 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Jiapei Song |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |