PomoTab
A Pomodoro Timer in each new tab.
Wat is PomoTab?
PomoTab is een Chrome-extensie ontwikkeld door https://andyjgao.com, en de belangrijkste functie is "A Pomodoro Timer in each new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie PomoTab
Download PomoTab-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
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
Basisinformatie over de Extensie
Naam | PomoTab |
ID | dbpkgeidmoofficdjjpikfachonamakh |
Officiële URL | https://chromewebstore.google.com/detail/pomotab/dbpkgeidmoofficdjjpikfachonamakh |
Beschrijving | A Pomodoro Timer in each new tab. |
Bestandsgrootte | 505 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-05-05 |
Publicatiedatum | 2020-05-05 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://andyjgao.com |
Betalingswijze | free |
Extensiewebsite | https://andyjgao.com/projects/pomotab |
Ondersteunde Talen | 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" } } |