Blinking Eye

Blinking Eye Extension

Cos'è Blinking Eye?

Blinking Eye è un'estensione di Chrome sviluppata da Naveen Dhana Lak, e la sua funzione principale è "Blinking Eye Extension".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Blinking Eye

Scarica i file di estensione Blinking Eye in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Blinking Eye helps you in reminding you  to look away from your screen so that your eyes are not strained continuously due to it. The user can also create custom messages to show up at the end of the reminder. This will greatly help you in making your life better by taking care of your eyesight.                    

Informazioni di Base sull'Estensione

Nome Blinking Eye Blinking Eye
ID onikkccimfdclmadifhalfnkjllgeloe
URL Ufficiale https://chromewebstore.google.com/detail/blinking-eye/onikkccimfdclmadifhalfnkjllgeloe
Descrizione Blinking Eye Extension
Dimensione del File 205 KB
Conteggio Installazioni 412
Versione Corrente 1.1
Ultimo Aggiornamento 2020-05-22
Data di Pubblicazione 2020-05-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Naveen Dhana Lak
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.facebook.com/Blinking-Eye-110149507335236/
URL della Pagina di Aiuto https://www.facebook.com/Blinking-Eye-110149507335236/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blinking Eye",
    "version": "1.1",
    "description": "Blinking Eye Extension",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/overlay.css"
            ],
            "js": [
                "js\/jquery-3.5.0.min.js",
                "js\/loadingoverlay.js",
                "js\/overlay.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_title": "Blinking Eye",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/favi.png",
        "24": "img\/icon-24.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "optional_permissions": [
        "background"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "css\/overlay.css",
        "css\/Montserrat-Regular.ttf",
        "img\/face.png"
    ]
}