TomatoTomato

A Pomodoro/Focus timer extension that blocks distracting websites during your work sessions.

Co je TomatoTomato?

TomatoTomato je rozšíření Chrome vyvinuté ericgilligan, a jeho hlavní funkcí je „A Pomodoro/Focus timer extension that blocks distracting websites during your work sessions.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření TomatoTomato

Stáhněte si soubory rozšíření TomatoTomato ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Tomato Tomato is a minimalistic productivity/work-flow management extension. Its concept revolves around working for a set amount of time, then taking a short break before working again. At the end of 4 work/break cycles, a longer break is taken. While the work session is active, Tomato Tomato blocks websites which you do not want to visit in order to keep you focused.

Key Features:
- Customize the timer lengths (work/break/longbreak)
- Customizable list of blocked websites
- Notification upon cycle completion

Pomodoro™/Focus Timer extension for Mozilla. The Pomodoro Technique® and Pomodoro™ are registered trademarks of Francesco Cirillo                    

Základní Informace o Rozšíření

Název TomatoTomato TomatoTomato
ID pamgphkphjpgpdoahokpfmbmcnfgajmk
Oficiální URL https://chromewebstore.google.com/detail/tomatotomato/pamgphkphjpgpdoahokpfmbmcnfgajmk
Popis A Pomodoro/Focus timer extension that blocks distracting websites during your work sessions.
Velikost souboru 94.28 KB
Počet instalací 92
Aktuální Verze 1.1
Poslední Aktualizace 2018-08-22
Datum Vydání 2018-08-22
Vývojář ericgilligan
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TomatoTomato",
    "version": "1.1",
    "description": "A Pomodoro\/Focus timer extension that blocks distracting websites during your work sessions.",
    "icons": {
        "48": "icons\/pomo48.png",
        "96": "icons\/pomo96.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "redirect\/blocked.html",
        "redirect\/blocked.css"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "browser_action": {
        "default_icon": "icons\/pomo48.png",
        "default_title": "TomatoTomato",
        "default_popup": "popup\/menu.html"
    }
}