Yellow Tomato — Pomodoro Timer & Site Blocker

A simple timer for the Pomodoro technique that allows you to block distracting sites while running.

什么是Yellow Tomato — Pomodoro Timer & Site Blocker?

Yellow Tomato — Pomodoro Timer & Site Blocker是由https://productive.fish开发的Chrome扩展程序,该扩展的主要功能是“A simple timer for the Pomodoro technique that allows you to block distracting sites while running.”。

扩展截图

screenshot
screenshot
screenshot

下载Yellow Tomato — Pomodoro Timer & Site Blocker扩展crx文件

下载Yellow Tomato — Pomodoro Timer & Site Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Yellow Tomato is a Chrome extension that helps you implement the Pomodoro technique, a highly effective time management method that can boost your productivity and focus. With Yellow Tomato, you can divide your work into intervals and take short breaks in between, ensuring that you stay fresh and energized throughout the day.

Once the timer runs out, Yellow Tomato sends a notification to your screen, reminding you to take a well-deserved break before diving into the next productive Pomodoro session.

FEATURES:
- Counts Pomodoro time that you set.
- Displays the amount of finished timers.
- Counts the break time.
- Can block distracting sites that you specify in Settings - NEW!                    

扩展基本信息

名称 Yellow Tomato — Pomodoro Timer & Site Blocker Yellow Tomato — Pomodoro Timer & Site Blocker
ID oeadnackbbpmhlefkdcpeknplmcbhnbj
官方URL https://chromewebstore.google.com/detail/yellow-tomato-%E2%80%94-pomodoro/oeadnackbbpmhlefkdcpeknplmcbhnbj
简介 A simple timer for the Pomodoro technique that allows you to block distracting sites while running.
文件大小 751 KB
安装次数 409
当前版本 1.1.6
更新时间 2024-02-26
上架时间 2022-08-16
评分 5.00/5 共5次评分
开发者 https://productive.fish
电子邮箱 [email protected]
付费类型 free
扩展官网 https://productive.fish/pomodoro-timer/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Yellow Tomato \u2014 Pomodoro Timer & Site Blocker",
    "version": "1.1.6",
    "description": "A simple timer for the Pomodoro technique that allows you to block distracting sites while running.",
    "author": "Productive Fish",
    "icons": {
        "16": "icons\/16\/icon16.png",
        "32": "icons\/32\/icon32.png",
        "48": "icons\/48\/icon48.png",
        "128": "icons\/128\/icon128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.main.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "block.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}