20 Minute Timer
20 Minute Timer is an alarm that fires after twenty minutes.
O que é 20 Minute Timer?
20 Minute Timer é uma extensão do Chrome desenvolvida por DMBFullstack, e sua principal característica é "20 Minute Timer is an alarm that fires after twenty minutes.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão 20 Minute Timer
Baixe arquivos de extensão 20 Minute 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
This is a 20 minute timer. It has a dual-purpose start/stop button and a reset button. When the popup is open the remaining time is visible and updated every second. A badge on the plugin's icon is visible when the timer is running and when the timer has finished. A zen bell sounds and a notification is generated when the timer elapses.
Informações Básicas da Extensão
Nome | 20 Minute Timer |
ID | mjpefkiaapcahdnkgccllcplgafdjifj |
URL Oficial | https://chromewebstore.google.com/detail/20-minute-timer/mjpefkiaapcahdnkgccllcplgafdjifj |
Descrição | 20 Minute Timer is an alarm that fires after twenty minutes. |
Tamanho do Arquivo | 959 KB |
Contagem de Instalações | 405 |
Versão Atual | 1.0.1 |
Última Atualização | 2016-04-09 |
Data de Publicação | 2016-04-09 |
Classificação | 4.86/5 Total de 7 Avaliações |
Desenvolvedor | DMBFullstack |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "20 Minute Timer", "short_name": "20 Minute Timer", "description": "20 Minute Timer is an alarm that fires after twenty minutes.", "version": "1.0.1", "author": "DMBFullstack", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "20 Minute Timer" }, "permissions": [ "notifications", "alarms", "storage" ], "web_accessible_resources": [ "icon.png" ], "background": { "page": "eventPage.html", "persistent": false }, "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" } } |