Pomodoro Timer

Configurable Pomodoro Timer for Chrome

Wat is Pomodoro Timer?

Pomodoro Timer is een Chrome-extensie ontwikkeld door René Kulik, en de belangrijkste functie is "Configurable Pomodoro Timer for Chrome".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Pomodoro Timer

Download Pomodoro Timer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Configurable Pomodoro Timer which helps you resist self-interruptions so you stay focused and productive.

Features:
- Configurable timer, short break and long break duration
- Toolbar icon with countdown timer
- Stop and reset option
- Notifications                    

Basisinformatie over de Extensie

Naam Pomodoro Timer Pomodoro Timer
ID gfkdellldipnnenmjdaecajephcmjdll
Officiële URL https://chromewebstore.google.com/detail/pomodoro-timer/gfkdellldipnnenmjdaecajephcmjdll
Beschrijving Configurable Pomodoro Timer for Chrome
Bestandsgrootte 124 KB
Aantal Installaties 73
Huidige Versie 2.0.1
Laatst Bijgewerkt 2023-01-21
Publicatiedatum 2021-05-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar René Kulik
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pomodoro Timer",
    "description": "Configurable Pomodoro Timer for Chrome",
    "version": "2.0.1",
    "manifest_version": 3,
    "author": "Ren\u00e9 Kulik",
    "permissions": [
        "storage",
        "notifications"
    ],
    "background": {
        "service_worker": "\/static\/js\/background.js"
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "action": {
        "default_popup": "\/popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png"
        }
    },
    "options_ui": {
        "page": "\/options.html",
        "open_in_tab": true
    }
}