Countdown

“If you live each day as if it were your last, someday you’ll most certainly be right.”

O que é Countdown?

Countdown é uma extensão do Chrome desenvolvida por Alan Chen, e sua principal característica é "“If you live each day as if it were your last, someday you’ll most certainly be right.”".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Countdown

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

                        Replaces your 'new-tab' page with a real-time counter showing the estimated amount of time you have left along with up to three ambitions you specify. You are running out of time, get back to your passion.

Good Luck.


This extension was inspired by the extensions "Mortality" and "Motivation". I have built upon their original ideas and concepts.

Thank you to Awesome Fonts for providing the icons.                    

Informações Básicas da Extensão

Nome Countdown Countdown
ID apbkdgmhabdmfejpgdchfehbahppmbde
URL Oficial https://chromewebstore.google.com/detail/countdown/apbkdgmhabdmfejpgdchfehbahppmbde
Descrição “If you live each day as if it were your last, someday you’ll most certainly be right.”
Tamanho do Arquivo 607 KB
Contagem de Instalações 384
Versão Atual 1.1
Última Atualização 2016-09-19
Data de Publicação 2016-09-19
Classificação 3.70/5 Total de 10 Avaliações
Desenvolvedor Alan Chen
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "description": "\u201cIf you live each day as if it were your last, someday you\u2019ll most certainly be right.\u201d",
    "version": "1.1",
    "incognito": "split",
    "background": {
        "persistent": false,
        "scripts": [
            "countdown.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "assets\/icon-128.png",
        "48": "assets\/icon-48.png",
        "16": "assets\/icon-16.png"
    },
    "chrome_url_overrides": {
        "newtab": "countdown.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}