Yellow Tomato — Pomodoro Timer & Site Blocker

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

Qu'est-ce que Yellow Tomato — Pomodoro Timer & Site Blocker ?

Yellow Tomato — Pomodoro Timer & Site Blocker est une extension Chrome développée par https://productive.fish, et sa fonction principale est "A simple timer for the Pomodoro technique that allows you to block distracting sites while running.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Yellow Tomato — Pomodoro Timer & Site Blocker

Téléchargez les fichiers d'extension Yellow Tomato — Pomodoro Timer & Site Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Yellow Tomato — Pomodoro Timer & Site Blocker Yellow Tomato — Pomodoro Timer & Site Blocker
ID oeadnackbbpmhlefkdcpeknplmcbhnbj
URL Officiel https://chromewebstore.google.com/detail/yellow-tomato-%E2%80%94-pomodoro/oeadnackbbpmhlefkdcpeknplmcbhnbj
Description A simple timer for the Pomodoro technique that allows you to block distracting sites while running.
Taille du Fichier 751 KB
Nombre d'Installations 409
Version Actuelle 1.1.6
Dernière Mise à Jour 2024-02-26
Date de Publication 2022-08-16
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://productive.fish
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://productive.fish/pomodoro-timer/
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}