Countdown
Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…
O que é Countdown?
Countdown é uma extensão do Chrome desenvolvida por Kha Tran, e sua principal característica é "Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…".
Capturas de Tela da Extensão
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
Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will automatically repeat if you want. You will receive a reminder when it's on time. If you have any feedback or trouble email us at [email protected].
Informações Básicas da Extensão
Nome | Countdown |
ID | oajaibohggffldmcmgffckjbicimdnej |
URL Oficial | https://chromewebstore.google.com/detail/countdown/oajaibohggffldmcmgffckjbicimdnej |
Descrição | Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will… |
Tamanho do Arquivo | 74.22 KB |
Contagem de Instalações | 18 |
Versão Atual | 1.0.5 |
Última Atualização | 2019-11-22 |
Data de Publicação | 2019-11-21 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Kha Tran |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Countdown", "icons": { "16": "icon16.png", "128": "icon128.png" }, "version": "1.0.5", "manifest_version": 2, "browser_action": { "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "background.min.js" ], "persistent": true }, "permissions": [ "background", "notifications", "tabs", "storage" ] } |