Eye Care

Take care of your eyes!

Cos'è Eye Care?

Eye Care è un'estensione di Chrome sviluppata da Redjan Ymeraj, e la sua funzione principale è "Take care of your eyes!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Eye Care

Scarica i file di estensione Eye Care 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

                        This extension sends you notification in every 30 or 60 minutes to remind you to rest your eyes. 

By clicking on the notification you can stop the reminding process witch continues for 1 min. 

You get to choose the starting and end time when you would like to start the reminding process and also disable them in days like weekends or always. 

Set custom messages.

Disable audio if it bothers you.

More updates are coming soon... :)                    

Informazioni di Base sull'Estensione

Nome Eye Care Eye Care
ID dhphhgimonjoemfeppchefepnabneknk
URL Ufficiale https://chromewebstore.google.com/detail/eye-care/dhphhgimonjoemfeppchefepnabneknk
Descrizione Take care of your eyes!
Dimensione del File 292 KB
Conteggio Installazioni 48
Versione Corrente 0.4
Ultimo Aggiornamento 2017-09-01
Data di Pubblicazione 2017-09-01
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore Redjan Ymeraj
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/redjanym/EyeCare
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Care",
    "description": "Take care of your eyes!",
    "version": "0.4",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "Eye Care",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/setup.js",
            "scripts\/notify.js",
            "scripts\/background.js"
        ]
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "background",
        "notifications"
    ]
}