Pomo

Pomodoro Chrome Extention

Τι είναι το Pomo;

Το Pomo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον loganwnielson, και η κύρια λειτουργία του είναι "Pomodoro Chrome Extention".

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

screenshot
screenshot
screenshot

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

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

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

                        A pomodoro study timer that is simple and easy to access. Pomo has a 25 minute study timer, 5 minute break timer, and 15 minute break timer. The Pomo icon in the top right corner will appear white when not in use (or paused), red when the timer is active, and change to green when the timer has ended. Additionally, if chrome notifications are enabled a notification banner or alert will appear notifying you that your timer has ended.                    

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

Όνομα Pomo Pomo
ID bneanonpffbjccglpdobjokkggaokhjc
Επίσημο URL https://chromewebstore.google.com/detail/pomo/bneanonpffbjccglpdobjokkggaokhjc
Περιγραφή Pomodoro Chrome Extention
Μέγεθος Αρχείου 230 KB
Αριθμός Εγκαταστάσεων 39
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-07-20
Ημερομηνία Δημοσίευσης 2023-07-19
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής loganwnielson
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pomo",
    "description": "Pomodoro Chrome Extention",
    "version": "1.0.0",
    "icons": {
        "16": "white16icon.png",
        "48": "white48icon.png",
        "128": "white128icon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "white16icon.png",
            "48": "white48icon.png",
            "128": "white128icon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "red16icon.png",
                "green16icon.png",
                "white16icon.png",
                "red48icon.png",
                "green48icon.png",
                "white48icon.png",
                "red128icon.png",
                "green128icon.png",
                "white128icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}