Pomodoro Clock

Simple background timer for productivity

Τι είναι το Pomodoro Clock;

Το Pomodoro Clock είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Simple background timer for productivity".

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

screenshot
screenshot

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

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

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

                        Thanks to the timer, you can focus on work.

1. Select the duration of the work session and the rest session and turn on the timer
2. Take care of what you wanted to focus on
3. The timer will notify you of the start time of the sound, and then the start time of the new work session
4. Repeat the required number of sessions to achieve the result

Work and rest cycles help minimize procrastination and make better use of your time.
In a working session, you complete the task without being distracted. 
In the rest session, do what you want.
Do not forget that this is just a tool, everything is in your hands.                    

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

Όνομα Pomodoro Clock Pomodoro Clock
ID pfbgmmjloigajfgnfmgmdbafaedpmlml
Επίσημο URL https://chromewebstore.google.com/detail/pomodoro-clock/pfbgmmjloigajfgnfmgmdbafaedpmlml
Περιγραφή Simple background timer for productivity
Μέγεθος Αρχείου 54.19 KB
Αριθμός Εγκαταστάσεων 11
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2020-06-12
Ημερομηνία Δημοσίευσης 2020-06-12
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pomodoro Clock",
    "version": "1.1.0",
    "description": "Simple background timer for productivity",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/tomato16.png",
            "32": "img\/tomato32.png",
            "48": "img\/tomato48.png",
            "128": "img\/tomato128.png"
        }
    },
    "icons": {
        "16": "img\/tomato16.png",
        "32": "img\/tomato32.png",
        "48": "img\/tomato48.png",
        "128": "img\/tomato128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html"
}