Pomodoro Timer: To Boost Your Productivity
Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.
Qu'est-ce que Pomodoro Timer: To Boost Your Productivity ?
Pomodoro Timer: To Boost Your Productivity est une extension Chrome développée par Dhruv Jobanputra, et sa fonction principale est "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pomodoro Timer: To Boost Your Productivity
Téléchargez les fichiers d'extension Pomodoro Timer: To Boost Your Productivity 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
Have an easy to use Pomodoro Timer in your chrome extension. Keep track of how long you have been working and get alerted when it is time to take a break or go back into action. The Pomodoro technique is an effective way to boost your productivity and this chrome extension is the perfect helper for it.
Informations de Base sur l'Extension
Nom | Pomodoro Timer: To Boost Your Productivity |
ID | cimgfefpecjidchfhanhmhbgkcjoiipj |
URL Officiel | https://chromewebstore.google.com/detail/pomodoro-timer-to-boost-y/cimgfefpecjidchfhanhmhbgkcjoiipj |
Description | Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work. |
Taille du Fichier | 161 KB |
Nombre d'Installations | 46 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2022-01-18 |
Date de Publication | 2022-01-17 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Dhruv Jobanputra |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Timer: To Boost Your Productivity", "description": "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.", "version": "0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/tomato16.png", "32": "\/images\/tomato32.png", "48": "\/images\/tomato48.png", "128": "\/images\/tomato128.png" } }, "web_accessible_resources": [ "\/images\/tomato128.png" ], "icons": { "16": "\/images\/tomato16.png", "32": "\/images\/tomato32.png", "48": "\/images\/tomato48.png", "128": "\/images\/tomato128.png" } } |