Eye Watch
A reminder telling you that you should look away from your laptop for a moment
Cos'è Eye Watch?
Eye Watch è un'estensione di Chrome sviluppata da Tapasya Velmurugan, e la sua funzione principale è "A reminder telling you that you should look away from your laptop for a moment".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Eye Watch
Scarica i file di estensione Eye Watch 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
                        Due to COVID-19 situation, most schools are forced to go virtual, including my high school. This forces everyone to spend more time on a screen than normal. Over the last few weeks of school, me and my friends noticed that our eyes hurt during zoom calls. Because of this, I have created a chrome extension for not just me, but for all students to use as a reminder to look away from their screen for few seconds to reduce eye strain.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | jleofoipkhnobeccjpocgmbbehioioka | 
| URL Ufficiale | https://chromewebstore.google.com/detail/eye-watch/jleofoipkhnobeccjpocgmbbehioioka | 
| Descrizione | A reminder telling you that you should look away from your laptop for a moment | 
| Dimensione del File | 64.14 KB | 
| Conteggio Installazioni | 26 | 
| Versione Corrente | 1.1 | 
| Ultimo Aggiornamento | 2020-10-13 | 
| Data di Pubblicazione | 2020-10-04 | 
| Valutazione | 5.00/5 Totale 5 Valutazioni | 
| Sviluppatore | Tapasya Velmurugan | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Watch",
    "description": "A reminder telling you that you should look away from your laptop for a moment",
    "version": "1.1",
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Eye Watch",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "eyeS.png",
        "32": "eyeS.png",
        "48": "eyeS.png",
        "128": "eyeS.png"
    }
}  |  |