Countdown

Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…

Τι είναι το Countdown;

Το Countdown είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kha Tran, και η κύρια λειτουργία του είναι "Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…".

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

screenshot
screenshot

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

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

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

                        Easy to create a countdown timer. You can note everything here and remind yourself when events happen.
Your counter will automatically repeat if you want. You will receive a reminder when it's on time.

If you have any feedback or trouble email us at [email protected].                    

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

Όνομα Countdown Countdown
ID oajaibohggffldmcmgffckjbicimdnej
Επίσημο URL https://chromewebstore.google.com/detail/countdown/oajaibohggffldmcmgffckjbicimdnej
Περιγραφή Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…
Μέγεθος Αρχείου 74.22 KB
Αριθμός Εγκαταστάσεων 18
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2019-11-22
Ημερομηνία Δημοσίευσης 2019-11-21
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Kha Tran
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "version": "1.0.5",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": true
    },
    "permissions": [
        "background",
        "notifications",
        "tabs",
        "storage"
    ]
}