Countdown to New Year's Day

Countdown to New Year's Day. It will works endlessly year after year, forever.

O que é Countdown to New Year's Day?

Countdown to New Year's Day é uma extensão do Chrome desenvolvida por Riccardo Andreatta, e sua principal característica é "Countdown to New Year's Day. It will works endlessly year after year, forever.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Countdown to New Year's Day

Baixe arquivos de extensão Countdown to New Year's Day 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

                        Do you want to know how much time is left to prepare yourself for the new year's party or maybe to prepare the greatest party ever?

Enjoy this lightweight and clear countdown that is showing the time remaining to the end of this year and the beginning of the next one.

It will work endlessly, so don't worry when there will be the reset on the midnight of the 1st January :D                    

Informações Básicas da Extensão

Nome Countdown to New Year's Day Countdown to New Year's Day
ID ooojmllannhkicjegpkfojlloihaklem
URL Oficial https://chromewebstore.google.com/detail/countdown-to-new-years-da/ooojmllannhkicjegpkfojlloihaklem
Descrição Countdown to New Year's Day. It will works endlessly year after year, forever.
Tamanho do Arquivo 30.5 KB
Contagem de Instalações 496
Versão Atual 1.0.0
Última Atualização 2020-07-30
Data de Publicação 2020-07-29
Desenvolvedor Riccardo Andreatta
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Ferie/countdown-to-new-year-s-day-chrome-extension
URL da Página de Ajuda https://github.com/Ferie/countdown-to-new-year-s-day-chrome-extension/issues
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown to New Year's Day",
    "description": "Countdown to New Year's Day. It will works endlessly year after year, forever.",
    "version": "1.0.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "24": "images\/icon-24x24.png",
            "32": "images\/icon-32x32.png"
        }
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    }
}