Pomodoro Timer: To Boost Your Productivity

Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.

Was ist Pomodoro Timer: To Boost Your Productivity?

Pomodoro Timer: To Boost Your Productivity ist eine Chrome-Erweiterung, die von Dhruv Jobanputra entwickelt wurde, und ihr Hauptmerkmal ist "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Pomodoro Timer: To Boost Your Productivity-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pomodoro Timer: To Boost Your Productivity-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Have an easy to use Pomodoro Timer in your chrome extension. Keep track of how long you have been working and get alerted when it is time to take a break or go back into action. The Pomodoro technique is an effective way to boost your productivity and this chrome extension is the perfect helper for it.                    

Grundlegende Informationen zur Erweiterung

Name Pomodoro Timer: To Boost Your Productivity Pomodoro Timer: To Boost Your Productivity
ID cimgfefpecjidchfhanhmhbgkcjoiipj
Offizielle URL https://chromewebstore.google.com/detail/pomodoro-timer-to-boost-y/cimgfefpecjidchfhanhmhbgkcjoiipj
Beschreibung Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.
Dateigröße 161 KB
Installationsanzahl 46
Aktuelle Version 0.1
Letztes Update 2022-01-18
Veröffentlichungsdatum 2022-01-17
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Dhruv Jobanputra
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pomodoro Timer: To Boost Your Productivity",
    "description": "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.",
    "version": "0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/tomato16.png",
            "32": "\/images\/tomato32.png",
            "48": "\/images\/tomato48.png",
            "128": "\/images\/tomato128.png"
        }
    },
    "web_accessible_resources": [
        "\/images\/tomato128.png"
    ],
    "icons": {
        "16": "\/images\/tomato16.png",
        "32": "\/images\/tomato32.png",
        "48": "\/images\/tomato48.png",
        "128": "\/images\/tomato128.png"
    }
}