Stand Up! Timer
This extension reminds you to take a break from work.
O que é Stand Up! Timer?
Stand Up! Timer é uma extensão do Chrome desenvolvida por Erfan Norozi, e sua principal característica é "This extension reminds you to take a break from work.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Stand Up! Timer
Baixe arquivos de extensão Stand Up! 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
Scientists have found that sitting for long hours can have negative effects on health. To prevent these negative effect it is recommended to stand up every hour. This extension let you setup an interval timer to remind you to stand up. To learn more about this problem read this lifehacker article: http://lifehacker.com/5879536/how-sitting-all-day-is-damaging-your-body-and-how-you-can-counteract-it
Informações Básicas da Extensão
Nome | Stand Up! Timer |
ID | aamiggfhbebkpbknadfkelphhmkhmdcf |
URL Oficial | https://chromewebstore.google.com/detail/stand-up-timer/aamiggfhbebkpbknadfkelphhmkhmdcf |
Descrição | This extension reminds you to take a break from work. |
Tamanho do Arquivo | 103 KB |
Contagem de Instalações | 4,794 |
Versão Atual | 1.0.2 |
Última Atualização | 2015-03-04 |
Data de Publicação | 2015-03-03 |
Classificação | 3.20/5 Total de 20 Avaliações |
Desenvolvedor | Erfan Norozi |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stand Up! Timer", "description": "This extension reminds you to take a break from work.", "author": "Erfan Norozi", "version": "1.0.2", "offline_enabled": true, "permissions": [ "notifications", "alarms", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" } }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "web_accessible_resources": [ "notification.png" ] } |