Count Down Timer
Simple count down timer - by govindpatel(https://github.com/govindpatel)
O que é Count Down Timer?
Count Down Timer é uma extensão do Chrome desenvolvida por https://patelgovind.blogspot.in, e sua principal característica é "Simple count down timer - by govindpatel(https://github.com/govindpatel)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Count Down Timer
Baixe arquivos de extensão Count Down 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
It is a very simple count down timer. I made this so that user who like less distraction can use it. It contain slider so that user can easily interact and set the time. It play audio and show notification for ~5 sec once the timer completes. The audio sound doesn't continue for long time so that user don't get too much distracted by that.
Informações Básicas da Extensão
Nome | Count Down Timer |
ID | bffggfbgecbjiildkanipjifdpdfopci |
URL Oficial | https://chromewebstore.google.com/detail/count-down-timer/bffggfbgecbjiildkanipjifdpdfopci |
Descrição | Simple count down timer - by govindpatel(https://github.com/govindpatel) |
Tamanho do Arquivo | 93.27 KB |
Contagem de Instalações | 629 |
Versão Atual | 1.0 |
Última Atualização | 2021-08-24 |
Data de Publicação | 2015-07-14 |
Classificação | 4.25/5 Total de 4 Avaliações |
Desenvolvedor | https://patelgovind.blogspot.in |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Count Down Timer", "description": "Simple count down timer - by govindpatel(https:\/\/github.com\/govindpatel)", "version": "1.0", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "res\/icon1.png", "default_popup": "popup.html", "default_title": "Count Down Timer" }, "icons": { "16": "res\/icon1.png", "48": "res\/icon32.png", "128": "res\/icon128.png" }, "permissions": [ "notifications" ] } |