CountDown Timer

Use to count the number of days,hours,sec remaining

O que é CountDown Timer?

CountDown Timer é uma extensão do Chrome desenvolvida por Sumit Shitole, e sua principal característica é "Use to count the number of days,hours,sec remaining".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CountDown Timer

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

                        Introducing our Chrome extension – a powerful countdown timer at your fingertips! Stay organized and boost productivity with our user-friendly timer. Set customizable countdowns for any task or event, whether it's a work deadline, study session, or a quick break. Enhance your time management skills and stay on track with this intuitive tool. Download now for a seamless countdown experience right in your browser!
We have updated the design of extension and added few features.                    

Informações Básicas da Extensão

Nome CountDown Timer CountDown Timer
ID pajmmdmjkjjhogcgloaphjibbpdhmklp
URL Oficial https://chromewebstore.google.com/detail/countdown-timer/pajmmdmjkjjhogcgloaphjibbpdhmklp
Descrição Use to count the number of days,hours,sec remaining
Tamanho do Arquivo 242 KB
Contagem de Instalações 1,437
Versão Atual 2.0
Última Atualização 2023-12-31
Data de Publicação 2019-11-06
Classificação 4.67/5 Total de 24 Avaliações
Desenvolvedor Sumit Shitole
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://linkedin.com/in/sumit-shitole/
URL da Página de Ajuda https://github.com/SumitShitole
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CountDown Timer",
    "version": "2.0",
    "description": "Use to count the number of days,hours,sec remaining",
    "icons": {
        "16": "Icon.png",
        "32": "Icon-32.png"
    },
    "action": {
        "default_popup": "Counter.html",
        "default_icon": "Icon.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}