FocusTime - Balance work and fun

An Open Source Pomodoro timer to focus on your work and block out distracting websites!

O que é FocusTime - Balance work and fun?

FocusTime - Balance work and fun é uma extensão do Chrome desenvolvida por gurkmandur, e sua principal característica é "An Open Source Pomodoro timer to focus on your work and block out distracting websites!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FocusTime - Balance work and fun

Baixe arquivos de extensão FocusTime - Balance work and fun 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

                        Do you have trouble with getting your work done and find yourself distracted by all these time wasting websites? Do you procrastinate until your deadlines? Well FocusTime is here to help! 

By separating your work time and breaks, you can work hard without getting distracted with our website blocking feature and take small scheduled breaks to relax.

It's time to get back your time!

Source at : https://github.com/gsmandur/focus-time                    

Informações Básicas da Extensão

Nome FocusTime - Balance work and fun FocusTime - Balance work and fun
ID fbhndcnlmcciepieaapmeegnjigimjma
URL Oficial https://chromewebstore.google.com/detail/focustime-balance-work-an/fbhndcnlmcciepieaapmeegnjigimjma
Descrição An Open Source Pomodoro timer to focus on your work and block out distracting websites!
Tamanho do Arquivo 1.34 MB
Contagem de Instalações 154
Versão Atual 1.2
Última Atualização 2019-08-24
Data de Publicação 2019-08-19
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor gurkmandur
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FocusTime - Balance work and fun",
    "version": "1.2",
    "description": "An Open Source Pomodoro timer to focus on your work and block out distracting websites!",
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "notifications",
        ""
    ],
    "background": {
        "scripts": [
            "background\/background.js",
            "background\/websiteBlocker.js",
            "background\/initialBlock.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Time to Stop Procrastinating",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icon\/icon-v3.png",
        "32": "icon\/icon-v3.png",
        "48": "icon\/icon-v3.png",
        "128": "icon\/icon-v3.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "manifest_version": 2
}