Break Helper

Reminds you to take a break, because breaks are good for your health and productivity

Τι είναι το Break Helper;

Το Break Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tautvidas, και η κύρια λειτουργία του είναι "Reminds you to take a break, because breaks are good for your health and productivity".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Break Helper

Λήψη αρχείων επέκτασης Break Helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Do you work for long periods of time and forget to take regular breaks?
Break helper reminds you to take a break with a notification and helps you track your progress with timers and statistics page.

How to use
To start using Break Helper you don't really need to do anything, just install it. The default settings use Pomodoro technique (25 minutes of work and 5 minutes of break time). If you want to change these settings to other preprogrammed techniques (like 20-20-20 or 50-10) or design your own custom technique, just click on the Break helper icon and inside the popup click "Preferences". You will be redirected to a Options page where you can set your configuration.

To check how much time is left until the next break simply click on Break helper icon and inside the popup you will find a timer that tells you how much time is left until the next break.

Updates:
Update 1.6.3: Fixed playing sound when break is finished

Update 1.6: Added back "Take a break" and "Skip this break" buttons, added countdown timers displaying break duration to the break notification, fixed playing break notification sound.

Update 1.4: Added "Stop timer", changed notification sound to a louder one, added a timer on the extension button

Update 1.3.1: Fixed notification appearance in Windows 7.

Update 1.3: timer reset and time left until next break functionality was added. Minor bugs were fixed.

Update 1.2: audio notification when break ends and Pomodoro technique were added.

Update 1.1: a timer was added to the notifications for easier break duration tracking

Update 1.0: we have two rules you can choose from:
1) 20-20-20, which is "Every 20 minutes look at an object at least 20 feet (~6 meters) away for 20 seconds". 
2) 50-10, which is "Work for 50 minutes, take a break for 10 minutes"

If you have any problems, suggestions or just want to contact me, please email me at "breakhelper (at) tautvidas.com". I will do my best to help you.

More updates are coming soon, stay tuned :)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Break Helper Break Helper
ID dllmmaniogaffdnagcenlnnlbahmlmld
Επίσημο URL https://chromewebstore.google.com/detail/break-helper/dllmmaniogaffdnagcenlnnlbahmlmld
Περιγραφή Reminds you to take a break, because breaks are good for your health and productivity
Μέγεθος Αρχείου 139 KB
Αριθμός Εγκαταστάσεων 722
Τρέχουσα Έκδοση 1.6.3
Τελευταία Ενημέρωση 2018-09-26
Ημερομηνία Δημοσίευσης 2018-09-26
Αξιολόγηση 3.89/5 Συνολικά 35 Αξιολογήσεις
Προγραμματιστής Tautvidas
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/flakas/break-helper
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Break Helper",
    "version": "1.6.3",
    "description": "Reminds you to take a break, because breaks are good for your health and productivity",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications"
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    }
}