Eye Watch

A reminder telling you that you should look away from your laptop for a moment

Qu'est-ce que Eye Watch ?

Eye Watch est une extension Chrome développée par Tapasya Velmurugan, et sa fonction principale est "A reminder telling you that you should look away from your laptop for a moment".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Eye Watch

Téléchargez les fichiers d'extension Eye Watch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Eye Watch Eye Watch
ID jleofoipkhnobeccjpocgmbbehioioka
URL Officiel https://chromewebstore.google.com/detail/eye-watch/jleofoipkhnobeccjpocgmbbehioioka
Description A reminder telling you that you should look away from your laptop for a moment
Taille du Fichier 64.14 KB
Nombre d'Installations 26
Version Actuelle 1.1
Dernière Mise à Jour 2020-10-13
Date de Publication 2020-10-04
Évaluation 5.00/5 Total 5 Évaluations
Développeur Tapasya Velmurugan
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}