TomatoTomato

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

什麼是TomatoTomato?

TomatoTomato是由ericgilligan開發的Chrome擴展程式,該擴展的主要功能是“A Pomodoro/Focus timer extension that blocks distracting websites during your work sessions.”。

擴展截圖

screenshot

下載TomatoTomato擴展crx文件

下載TomatoTomato擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}