PomoTimer
A seriously minimalistic Pomodoro timer
Cos'è PomoTimer?
PomoTimer è un'estensione di Chrome sviluppata da Marcus Johansson, e la sua funzione principale è "A seriously minimalistic Pomodoro timer".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PomoTimer
Scarica i file di estensione PomoTimer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | PomoTimer |
ID | hefdcogdhfodpbcidnkecllmknddjghc |
URL Ufficiale | https://chromewebstore.google.com/detail/pomotimer/hefdcogdhfodpbcidnkecllmknddjghc |
Descrizione | A seriously minimalistic Pomodoro timer |
Dimensione del File | 34.59 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2020-04-17 |
Data di Pubblicazione | 2020-04-17 |
Sviluppatore | Marcus Johansson |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/marcjoha/pomo-timer |
Lingue Supportate | 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 } |