Motivation?
New tab extension inspired by the Motivation extension. Counts down not up.
O que é Motivation??
Motivation? é uma extensão do Chrome desenvolvida por neilbedi, e sua principal característica é "New tab extension inspired by the Motivation extension. Counts down not up.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Motivation?
Baixe arquivos de extensão 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
Uses a life expectancy calculator from the University of Pennsylvania (http://gosset.wharton.upenn.edu/mortality/form.html) to estimate your time of death. Counts down the years left to the billionth decimal place.
Informações Básicas da Extensão
Nome | |
ID | kcngcjbgnnhcdgnaonkmjheanflddmpo |
URL Oficial | https://chrome.google.com/webstore/detail/motivation/kcngcjbgnnhcdgnaonkmjheanflddmpo |
Descrição | New tab extension inspired by the Motivation extension. Counts down not up. |
Tamanho do Arquivo | 116 KB |
Contagem de Instalações | 124 |
Versão Atual | 0.2 |
Última Atualização | 2015-07-13 |
Data de Publicação | 2015-07-13 |
Classificação | 3.50/5 Total de 6 Avaliações |
Desenvolvedor | neilbedi |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Motivation?", "description": "New tab extension inspired by the Motivation extension. Counts down not up.", "version": "0.2", "permissions": [ "activeTab", "http:\/\/gosset.wharton.upenn.edu\/", "https:\/\/ajax.googleapis.com\/" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |