Pomodoro Timer

Pomodoro Timer App

Was ist Pomodoro Timer?

Pomodoro Timer ist eine Chrome-Erweiterung, die von frekans7 entwickelt wurde, und ihr Hauptmerkmal ist "Pomodoro Timer App".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Pomodoro Timer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pomodoro Timer-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

                        The aim of this app is to help you focus on any task you are working on, such as study, writing, or coding. This app is inspired by Pomodoro Technique which is a time management method developed by Francesco Cirillo.

The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. These intervals are named pomodoros.
— Pomodoro Technique, Wikipedia

Pomodoro ™ and Pomodoro Technique ® are registered trademarks of Francesco Cirillo. This app is not affiliated with Francesco Cirillo.

Features of the application

* Responsive design
* Color transition
* Audio notification
* Light/Dark theme

A timer to use the Pomodoro Technique                    

Grundlegende Informationen zur Erweiterung

Name Pomodoro Timer Pomodoro Timer
ID gnljbloihakcbnldjgjkgikbgehkphig
Offizielle URL https://chromewebstore.google.com/detail/pomodoro-timer/gnljbloihakcbnldjgjkgikbgehkphig
Beschreibung Pomodoro Timer App
Dateigröße 645 KB
Installationsanzahl 1,002
Aktuelle Version 1.2
Letztes Update 2022-04-05
Veröffentlichungsdatum 2020-04-29
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler frekans7
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/frekans7/pomodoro-timer
Hilfeseite URL https://github.com/frekans7/pomodoro-timer
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pomodoro Timer",
    "author": "@frekans7",
    "description": "Pomodoro Timer App",
    "version": "1.2",
    "icons": {
        "16": "pomodoro.png",
        "48": "pomodoro.png",
        "128": "pomodoro.png"
    },
    "background": {
        "service_worker": "chrome\/background.js"
    },
    "action": {
        "default_title": "Pomodoro",
        "default_icon": "pomodoro.png"
    },
    "permissions": [
        "notifications"
    ]
}