Pomodoro Timer

Pomodoro Timer App

Qu'est-ce que Pomodoro Timer ?

Pomodoro Timer est une extension Chrome développée par frekans7, et sa fonction principale est "Pomodoro Timer App".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pomodoro Timer

Téléchargez les fichiers d'extension Pomodoro Timer 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

                        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                    

Informations de Base sur l'Extension

Nom Pomodoro Timer Pomodoro Timer
ID gnljbloihakcbnldjgjkgikbgehkphig
URL Officiel https://chromewebstore.google.com/detail/pomodoro-timer/gnljbloihakcbnldjgjkgikbgehkphig
Description Pomodoro Timer App
Taille du Fichier 645 KB
Nombre d'Installations 1,002
Version Actuelle 1.2
Dernière Mise à Jour 2022-04-05
Date de Publication 2020-04-29
Évaluation 4.00/5 Total 3 Évaluations
Développeur frekans7
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/frekans7/pomodoro-timer
URL de la Page d'Aide https://github.com/frekans7/pomodoro-timer
Langues Prises en Charge 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"
    ]
}