Life Counter
Counting the moments of your life
O que é Life Counter?
Life Counter é uma extensão do Chrome desenvolvida por jin.alex, e sua principal característica é "Counting the moments of your life".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Life Counter
Baixe arquivos de extensão Life Counter 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
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
Informações Básicas da Extensão
Nome | Life Counter |
ID | bnbpeolijjenmnpfiohapnejmhoecchh |
URL Oficial | https://chromewebstore.google.com/detail/life-counter/bnbpeolijjenmnpfiohapnejmhoecchh |
Descrição | Counting the moments of your life |
Tamanho do Arquivo | 104 KB |
Contagem de Instalações | 839 |
Versão Atual | 2.0.0 |
Última Atualização | 2016-01-01 |
Data de Publicação | 2015-12-31 |
Classificação | 4.88/5 Total de 8 Avaliações |
Desenvolvedor | jin.alex |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |