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
Eメール [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": [
                ""
            ]
        }
    ]
}