Timer
This simple timer tells you when your time is up.
O que é Timer?
Timer é uma extensão do Chrome desenvolvida por Kuba Szulaczkowski, e sua principal característica é "This simple timer tells you when your time is up.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Timer
Baixe arquivos de extensão 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
Set it for up to 4 hours Pause or start the timer over Persistent desktop notification with looping sound Additional sounds are available as an in-app payment
Informações Básicas da Extensão
Nome | Timer |
ID | hepmlgghomccjinhcnkkikjpgkjibglj |
URL Oficial | https://chromewebstore.google.com/detail/timer/hepmlgghomccjinhcnkkikjpgkjibglj |
Descrição | This simple timer tells you when your time is up. |
Tamanho do Arquivo | 522 KB |
Contagem de Instalações | 164,548 |
Versão Atual | 1.3.0.2 |
Última Atualização | 2018-10-03 |
Data de Publicação | 2018-10-03 |
Classificação | 4.20/5 Total de 498 Avaliações |
Desenvolvedor | Kuba Szulaczkowski |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timer", "version": "1.3.0.2", "manifest_version": 2, "description": "This simple timer tells you when your time is up.", "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/clock.png", "default_popup": "popup.html" }, "minimum_chrome_version": "50", "offline_enabled": true, "permissions": [ "notifications", "storage" ], "web_accessible_resources": [ "img\/48.png" ] } |