PomoTimer

A seriously minimalistic Pomodoro timer

Τι είναι το PomoTimer;

Το PomoTimer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Marcus Johansson, και η κύρια λειτουργία του είναι "A seriously minimalistic Pomodoro timer".

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

screenshot

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

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

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

                        The Pomodoro technique is a great way to keep you focused. However, most Pomodoro tools are way too complex. This defeats the whole purpose of the technique. PomoTimer is probably the simplest and most minimalistic timer in the Chrome web store -- and that's how it should remain.                    

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

Όνομα PomoTimer PomoTimer
ID hefdcogdhfodpbcidnkecllmknddjghc
Επίσημο URL https://chromewebstore.google.com/detail/pomotimer/hefdcogdhfodpbcidnkecllmknddjghc
Περιγραφή A seriously minimalistic Pomodoro timer
Μέγεθος Αρχείου 34.59 KB
Αριθμός Εγκαταστάσεων 37
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2020-04-17
Ημερομηνία Δημοσίευσης 2020-04-17
Προγραμματιστής Marcus Johansson
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/marcjoha/pomo-timer
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PomoTimer",
    "version": "1.0.1",
    "description": "A seriously minimalistic Pomodoro timer",
    "manifest_version": 2,
    "icons": {
        "16": "gfx\/icon-16.png",
        "48": "gfx\/icon-48.png",
        "128": "gfx\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": "gfx\/icon-32.png",
        "default_title": "PomoTimer"
    },
    "offline_enabled": true
}