Blinkr

This extension helps you in protecting your eye

Τι είναι το Blinkr;

Το Blinkr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sudarsangp, και η κύρια λειτουργία του είναι "This extension helps you in protecting your eye".

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

screenshot

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

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

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

                        It is recommended to blink your eye at regular intervals of time. Blinking provides moisture to the eye by irrigation using tears and a lubricant the eyes secrete. The eyelid provides suction across the eye from the tear duct to the entire eyeball to keep it from drying out. Blinking also protects the eye from irritants. For more information please refer here - https://en.wikipedia.org/wiki/Blinking                    

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

Όνομα Blinkr Blinkr
ID dekahfgjibblkpibifmmhblokkdgdoef
Επίσημο URL https://chromewebstore.google.com/detail/blinkr/dekahfgjibblkpibifmmhblokkdgdoef
Περιγραφή This extension helps you in protecting your eye
Μέγεθος Αρχείου 5.01 KB
Αριθμός Εγκαταστάσεων 45
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2016-10-22
Ημερομηνία Δημοσίευσης 2016-10-22
Αξιολόγηση 4.90/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής sudarsangp
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blinkr",
    "description": "This extension helps you in protecting your eye",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}