TomatoTomato

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

TomatoTomato क्या है?

TomatoTomato ericgilligan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Pomodoro/Focus timer extension that blocks distracting websites during your work sessions."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TomatoTomato एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम TomatoTomato TomatoTomato
ID pamgphkphjpgpdoahokpfmbmcnfgajmk
आधिकारिक URL https://chromewebstore.google.com/detail/tomatotomato/pamgphkphjpgpdoahokpfmbmcnfgajmk
विवरण A Pomodoro/Focus timer extension that blocks distracting websites during your work sessions.
फ़ाइल का आकार 94.28 KB
स्थापना संख्या 92
वर्तमान संस्करण 1.1
अंतिम अपडेट 2018-08-22
प्रकाशन तिथि 2018-08-22
डेवलपर ericgilligan
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}