PomoTimer
A seriously minimalistic Pomodoro timer
Was ist PomoTimer?
PomoTimer ist eine Chrome-Erweiterung, die von Marcus Johansson entwickelt wurde, und ihr Hauptmerkmal ist "A seriously minimalistic Pomodoro timer".
Erweiterungsscreenshots
PomoTimer-Erweiterungs-CRX-Datei herunterladen
Laden Sie PomoTimer-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 Pomodoro technique is a great way to keep you focused. However, most Pomodoro tools are way too complex. This defeats the whole purpose of the technique. PomoTimer is probably the simplest and most minimalistic timer in the Chrome web store -- and that's how it should remain.
Grundlegende Informationen zur Erweiterung
Name | PomoTimer |
ID | hefdcogdhfodpbcidnkecllmknddjghc |
Offizielle URL | https://chromewebstore.google.com/detail/pomotimer/hefdcogdhfodpbcidnkecllmknddjghc |
Beschreibung | A seriously minimalistic Pomodoro timer |
Dateigröße | 34.59 KB |
Installationsanzahl | 37 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2020-04-17 |
Veröffentlichungsdatum | 2020-04-17 |
Entwickler | Marcus Johansson |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/marcjoha/pomo-timer |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PomoTimer", "version": "1.0.1", "description": "A seriously minimalistic Pomodoro timer", "manifest_version": 2, "icons": { "16": "gfx\/icon-16.png", "48": "gfx\/icon-48.png", "128": "gfx\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "notifications" ], "browser_action": { "default_icon": "gfx\/icon-32.png", "default_title": "PomoTimer" }, "offline_enabled": true } |