PomoTab
A Pomodoro Timer in each new tab.
Cos'è PomoTab?
PomoTab è un'estensione di Chrome sviluppata da https://andyjgao.com, e la sua funzione principale è "A Pomodoro Timer in each new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PomoTab
Scarica i file di estensione PomoTab 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
This Chrome Extensions creates a new Pomodoro Timer with every new tab. The Pomodoro Technique is a proven productivity technique where you set aside 25 minutes to focus on a specific task undisturbed. Once completed, you then take a break for 5 minutes. This technique will help: - Handle interruptions - Improve motivation by improving the content of work - Create clear separations between work and play - Productivity
Informazioni di Base sull'Estensione
Nome | PomoTab |
ID | dbpkgeidmoofficdjjpikfachonamakh |
URL Ufficiale | https://chromewebstore.google.com/detail/pomotab/dbpkgeidmoofficdjjpikfachonamakh |
Descrizione | A Pomodoro Timer in each new tab. |
Dimensione del File | 505 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2020-05-05 |
Data di Pubblicazione | 2020-05-05 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://andyjgao.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://andyjgao.com/projects/pomotab |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PomoTab", "author": "Andy J Gao", "version": "1.0.1", "description": "A Pomodoro Timer in each new tab.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |