Eye Rest Notification

An extension to rest your eyes every 20 minutes for 20 seconds.

Eye Rest Notification क्या है?

Eye Rest Notification Purushottam kumar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to rest your eyes every 20 minutes for 20 seconds."।

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

screenshot

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

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

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

                        Take care of your eyes! 
Eye Protect while long working on computer,eye rest,eye protect from computer.
Beat dry eyes syndrome while using your computer for long hours. Eye Rest is something all computer users need and have to use to avoid the many health hazards that put their eyes into danger as a result of staring at their screens for so long.Eye Rest Notification                    

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

नाम Eye Rest Notification Eye Rest Notification
ID cfhlmmjodlkhnojnaaofaebddbaljoma
आधिकारिक URL https://chromewebstore.google.com/detail/eye-rest-notification/cfhlmmjodlkhnojnaaofaebddbaljoma
विवरण An extension to rest your eyes every 20 minutes for 20 seconds.
फ़ाइल का आकार 1.77 MB
स्थापना संख्या 73
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-08-09
प्रकाशन तिथि 2020-08-09
डेवलपर Purushottam kumar
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Rest Notification",
    "version": "1.0",
    "description": "An extension to rest your eyes every 20 minutes for 20 seconds.",
    "permissions": [
        "alarms",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "helpers.js",
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/lookaway16.png",
            "32": "images\/lookaway32.png",
            "48": "images\/lookaway48.png",
            "128": "images\/lookaway128.png"
        }
    },
    "icons": {
        "16": "images\/lookaway16.png",
        "32": "images\/lookaway32.png",
        "48": "images\/lookaway48.png",
        "128": "images\/lookaway128.png"
    },
    "manifest_version": 2
}