FlowTime 1

Pomodoro-driven timer with customizable durations of work and rest periods.

O que é FlowTime 1?

FlowTime 1 é uma extensão do Chrome desenvolvida por logan.burchett13, e sua principal característica é "Pomodoro-driven timer with customizable durations of work and rest periods.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FlowTime 1

Baixe arquivos de extensão FlowTime 1 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

                        FlowTime is an extension that helps stay focused on your work.

Timer has 3 standard options for workflow:

* 60 min. work / 15 min. rest
* 45 min. work / 15 min. rest
* 25 min. work / 5 min. rest (original Pomodoro)

In additional, custom workflow allows to customize durations of work or rest phases.

HOW TO USE:

1. Choose workflow that represents your habits or your working style best.
2. Customize durations if you want to.
3. Hit "Enter" button.
4. Alternate work and rest phases and complete your tasks!                    

Informações Básicas da Extensão

Nome FlowTime 1 FlowTime 1
ID jgmilfbglekpibpaeflpioddklgajnno
URL Oficial https://chromewebstore.google.com/detail/flowtime-1/jgmilfbglekpibpaeflpioddklgajnno
Descrição Pomodoro-driven timer with customizable durations of work and rest periods.
Tamanho do Arquivo 436 KB
Contagem de Instalações 702
Versão Atual 1.3.0
Última Atualização 2017-02-18
Data de Publicação 2017-02-18
Classificação 4.36/5 Total de 11 Avaliações
Desenvolvedor logan.burchett13
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FlowTime 1",
    "short_name": "FlowTime 1",
    "manifest_version": 2,
    "version": "1.3.0",
    "icons": {
        "128": "res\/img\/icon.png"
    },
    "description": "Pomodoro-driven timer with customizable durations of work and rest periods.",
    "browser_action": {
        "default_icon": "res\/img\/popup_icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "back.min.js"
        ]
    },
    "offline_enabled": true,
    "permissions": [
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}