Pomodoro Timer

Pomodoro Timer App

Hvad er Pomodoro Timer?

Pomodoro Timer er en Chrome-udvidelse udviklet af frekans7, og dens hovedfunktion er "Pomodoro Timer App".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Pomodoro Timer-udvidelses-CRX-fil

Download Pomodoro Timer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Pomodoro Timer Pomodoro Timer
ID gnljbloihakcbnldjgjkgikbgehkphig
Officiel URL https://chromewebstore.google.com/detail/pomodoro-timer/gnljbloihakcbnldjgjkgikbgehkphig
Beskrivelse Pomodoro Timer App
Filstørrelse 645 KB
Antal Installationer 1,002
Nuværende Version 1.2
Senest Opdateret 2022-04-05
Udgivelsesdato 2020-04-29
Bedømmelse 4.00/5 Samlet 3 Bedømmelser
Udvikler frekans7
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/frekans7/pomodoro-timer
Hjælpeside-URL https://github.com/frekans7/pomodoro-timer
Understøttede Sprog 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"
    ]
}