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.
Τι είναι το Pomodoro Timer: To Boost Your Productivity;
Το Pomodoro Timer: To Boost Your Productivity είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dhruv Jobanputra, και η κύρια λειτουργία του είναι "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Pomodoro Timer: To Boost Your Productivity
Λήψη αρχείων επέκτασης Pomodoro Timer: To Boost Your Productivity σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Pomodoro Timer: To Boost Your Productivity |
ID | cimgfefpecjidchfhanhmhbgkcjoiipj |
Επίσημο URL | https://chromewebstore.google.com/detail/pomodoro-timer-to-boost-y/cimgfefpecjidchfhanhmhbgkcjoiipj |
Περιγραφή | Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work. |
Μέγεθος Αρχείου | 161 KB |
Αριθμός Εγκαταστάσεων | 46 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2022-01-18 |
Ημερομηνία Δημοσίευσης | 2022-01-17 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Dhruv Jobanputra |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |