PomoTimer
A seriously minimalistic Pomodoro timer
Hvad er PomoTimer?
PomoTimer er en Chrome-udvidelse udviklet af Marcus Johansson, og dens hovedfunktion er "A seriously minimalistic Pomodoro timer".
Udvidelsesskærmbilleder
Download PomoTimer-udvidelses-CRX-fil
Download PomoTimer-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 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.
Grundlæggende oplysninger om udvidelsen
Navn | PomoTimer |
ID | hefdcogdhfodpbcidnkecllmknddjghc |
Officiel URL | https://chromewebstore.google.com/detail/pomotimer/hefdcogdhfodpbcidnkecllmknddjghc |
Beskrivelse | A seriously minimalistic Pomodoro timer |
Filstørrelse | 34.59 KB |
Antal Installationer | 37 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2020-04-17 |
Udgivelsesdato | 2020-04-17 |
Udvikler | Marcus Johansson |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/marcjoha/pomo-timer |
Understøttede Sprog | 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 } |