Micro Breaks
Schedule break reminders and increase your productivity.
O que é Micro Breaks?
Micro Breaks é uma extensão do Chrome desenvolvida por Kris Zima, e sua principal característica é "Schedule break reminders and increase your productivity.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Micro Breaks
Baixe arquivos de extensão Micro Breaks 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
"Micro Breaks" can be used by anyone who spends long hours with the browser. Regularly scheduled breaks can improve productivity, relieve joint or muscle pain, and increase overall alertness. Micro Breaks will gently remind you about the break with an active green icon and/or desktop notification that can be easily turned on/off with a click of a button. Did you know? Taking regular breaks of just 2 minutes can increase productivity by 11.15%. Have a good workday!
Informações Básicas da Extensão
Nome | Micro Breaks |
ID | fofomifmemjbnomlpjdnengjfddljcbe |
URL Oficial | https://chromewebstore.google.com/detail/micro-breaks/fofomifmemjbnomlpjdnengjfddljcbe |
Descrição | Schedule break reminders and increase your productivity. |
Tamanho do Arquivo | 924 KB |
Contagem de Instalações | 4,969 |
Versão Atual | 1.2.1 |
Última Atualização | 2015-07-09 |
Data de Publicação | 2015-07-08 |
Classificação | 3.18/5 Total de 33 Avaliações |
Desenvolvedor | Kris Zima |
Tipo de Pagamento | free |
Site da Extensão | https://bitbucket.org/kzima/recurring-tasks/issues/new |
URL da Página de Ajuda | https://bitbucket.org/kzima/recurring-tasks/issues/new |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Micro Breaks", "short_name": "Micro Breaks", "description": "Schedule break reminders and increase your productivity.", "version": "1.2.1", "minimum_chrome_version": "23", "icons": { "16": "img\/happy-worker-black_16.png", "48": "img\/happy-worker-black_48.png", "128": "img\/happy-worker-black_128.png" }, "background": { "scripts": [ "lib\/moment.min.js", "js\/tasks.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Micro Breaks", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "storage", "alarms", "notifications", "tabs", "https:\/\/www.google-analytics.com\/" ] } |