PomoTab
A Pomodoro Timer in each new tab.
Was ist PomoTab?
PomoTab ist eine Chrome-Erweiterung, die von https://andyjgao.com entwickelt wurde, und ihr Hauptmerkmal ist "A Pomodoro Timer in each new tab.".
Erweiterungsscreenshots
PomoTab-Erweiterungs-CRX-Datei herunterladen
Laden Sie PomoTab-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
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dbpkgeidmoofficdjjpikfachonamakh |
| Offizielle URL | https://chromewebstore.google.com/detail/pomotab/dbpkgeidmoofficdjjpikfachonamakh |
| Beschreibung | A Pomodoro Timer in each new tab. |
| Dateigröße | 505 KB |
| Installationsanzahl | 37 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2020-05-05 |
| Veröffentlichungsdatum | 2020-05-05 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | https://andyjgao.com |
| Zahlungsart | free |
| Erweiterungswebsite | https://andyjgao.com/projects/pomotab |
| Unterstützte Sprachen | 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"
}
} | |