PomoTab
A Pomodoro Timer in each new tab.
Qu'est-ce que PomoTab ?
PomoTab est une extension Chrome développée par https://andyjgao.com, et sa fonction principale est "A Pomodoro Timer in each new tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PomoTab
Téléchargez les fichiers d'extension PomoTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | PomoTab |
ID | dbpkgeidmoofficdjjpikfachonamakh |
URL Officiel | https://chromewebstore.google.com/detail/pomotab/dbpkgeidmoofficdjjpikfachonamakh |
Description | A Pomodoro Timer in each new tab. |
Taille du Fichier | 505 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-05-05 |
Date de Publication | 2020-05-05 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://andyjgao.com |
Type de Paiement | free |
Site Web de l'Extension | https://andyjgao.com/projects/pomotab |
Langues Prises en Charge | 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" } } |