Countdown
Keep track of your most important future events with a countdown on the new tab page!
O que é Countdown?
Countdown é uma extensão do Chrome desenvolvida por Srikar Gudipati, e sua principal característica é "Keep track of your most important future events with a countdown on the new tab page!".
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
This extension displays countdown timers to your most important future events in the new tab page!
Informações Básicas da Extensão
Nome | Countdown |
ID | liinagkdcgnopnmeodlgmccpiaalbbpa |
URL Oficial | https://chromewebstore.google.com/detail/countdown/liinagkdcgnopnmeodlgmccpiaalbbpa |
Descrição | Keep track of your most important future events with a countdown on the new tab page! |
Tamanho do Arquivo | 44.2 KB |
Contagem de Instalações | 669 |
Versão Atual | 0.5 |
Última Atualização | 2015-01-26 |
Data de Publicação | 2015-01-26 |
Classificação | 4.31/5 Total de 13 Avaliações |
Desenvolvedor | Srikar Gudipati |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Countdown", "version": "0.5", "manifest_version": 2, "description": "Keep track of your most important future events with a countdown on the new tab page!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "Srikar Gudipati", "incognito": "split", "offline_enabled": true, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "notifications", "storage" ] } |