TomaTimer
Pomodoro Technique timer for minimalists.
O que é TomaTimer?
TomaTimer é uma extensão do Chrome desenvolvida por Piotr Adamczewski, e sua principal característica é "Pomodoro Technique timer for minimalists.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TomaTimer
Baixe arquivos de extensão TomaTimer 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
Updated! Sound and compatibility issues are fixed. Should work fine on recent Chrome versions. Simple timer for Pomodoro Technique users. Start it and TomaTimer will notify you about Pomodoros, short and long breaks. Uses a notification popup or (optionally) a sound. You can set duration of Pomodoros and breaks on the options page. Available in English and Polish. Other translations welcome. Notification sound by http://www.justinwasack.com/
Informações Básicas da Extensão
Nome | TomaTimer |
ID | hgbdhbgmmfhepghcdhepkbhabkaffihk |
URL Oficial | https://chromewebstore.google.com/detail/tomatimer/hgbdhbgmmfhepghcdhepkbhabkaffihk |
Descrição | Pomodoro Technique timer for minimalists. |
Tamanho do Arquivo | 53.75 KB |
Contagem de Instalações | 562 |
Versão Atual | 1.1 |
Última Atualização | 2012-10-24 |
Data de Publicação | 2012-10-24 |
Classificação | 4.29/5 Total de 28 Avaliações |
Desenvolvedor | Piotr Adamczewski |
Tipo de Pagamento | free |
Idiomas Suportados | en,pl |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "version": "1.1", "manifest_version": 2, "description": "__MSG_extensionDesc__", "default_locale": "en", "browser_action": { "default_icon": "icon19.png", "default_title": "TomaTimer", "default_popup": "popup.html" }, "icons": { "128": "icon128.png", "48": "icon48.png" }, "permissions": [ "notifications" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": true } } |