TomatoTomato

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

TomatoTomato là gì?

TomatoTomato là một tiện ích mở rộng Chrome được phát triển bởi ericgilligan, và tính năng chính của nó là "A Pomodoro/Focus timer extension that blocks distracting websites during your work sessions.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TomatoTomato

Tải xuống các tệp mở rộng TomatoTomato dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TomatoTomato TomatoTomato
ID pamgphkphjpgpdoahokpfmbmcnfgajmk
URL Chính Thức https://chromewebstore.google.com/detail/tomatotomato/pamgphkphjpgpdoahokpfmbmcnfgajmk
Mô tả A Pomodoro/Focus timer extension that blocks distracting websites during your work sessions.
Kích Thước Tệp 94.28 KB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-08-22
Ngày Phát Hành 2018-08-22
Nhà Phát Triển ericgilligan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}