Age Counter

Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.

O que é Age Counter?

Age Counter é uma extensão do Chrome desenvolvida por Cody Daniels, e sua principal característica é "Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Age Counter

Baixe arquivos de extensão Age 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

                        Customizations:
- Name
- Birthdate and time
- Background gradient

Background gradients:
- Red
- Orange
- Yellow
- Green
- Light Blue
- Dark Blue
- Purple
- Gray
- Black
- Random (one of the above gradients is chosen every time a new tab opens)                    

Informações Básicas da Extensão

Nome Age Counter Age Counter
ID opednjnkpnkdndkmaciahffknkefpnle
URL Oficial https://chromewebstore.google.com/detail/age-counter/opednjnkpnkdndkmaciahffknkefpnle
Descrição Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.
Tamanho do Arquivo 12.96 KB
Contagem de Instalações 2,170
Versão Atual 1.1.0
Última Atualização 2017-07-15
Data de Publicação 2017-07-15
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Cody Daniels
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Age Counter",
    "description": "Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.",
    "version": "1.1.0",
    "manifest_version": 2,
    "author": "Cody Daniels",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}