Eye Watch

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

Eye Watch क्या है?

Eye Watch Tapasya Velmurugan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A reminder telling you that you should look away from your laptop for a moment"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Eye Watch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Eye Watch Eye Watch
ID jleofoipkhnobeccjpocgmbbehioioka
आधिकारिक URL https://chromewebstore.google.com/detail/eye-watch/jleofoipkhnobeccjpocgmbbehioioka
विवरण A reminder telling you that you should look away from your laptop for a moment
फ़ाइल का आकार 64.14 KB
स्थापना संख्या 26
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-10-13
प्रकाशन तिथि 2020-10-04
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Tapasya Velmurugan
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}