20 for 20 - Eye healthcare reminder

Reminders to look away from the screen to promote good eye health

20 for 20 - Eye healthcare reminder क्या है?

20 for 20 - Eye healthcare reminder Jamhead द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reminders to look away from the screen to promote good eye health"।

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

screenshot

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

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

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

                        Gives you reminders by little beep noises, reminding you to look away from the screen to promote good eye health.

The noise will beep once every 20 minutes, and after 20 seconds will beep 3 times again to signal that you have rested your eyes enough.

It has been advised that you should look at an object (not a screen) which is about 20 feet away for 20 seconds every 20 minutes while working at computer screens. This extension is to help you remember to do that. 

Use the popup icon to turn on/off.                    

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

नाम 20 for 20 - Eye healthcare reminder 20 for 20 - Eye healthcare reminder
ID hmmoolenpgjpklhfkhomojilkjkjaomn
आधिकारिक URL https://chromewebstore.google.com/detail/20-for-20-eye-healthcare/hmmoolenpgjpklhfkhomojilkjkjaomn
विवरण Reminders to look away from the screen to promote good eye health
फ़ाइल का आकार 426 KB
स्थापना संख्या 114
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2016-12-20
प्रकाशन तिथि 2016-12-20
डेवलपर Jamhead
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "20 for 20 - Eye healthcare reminder",
    "version": "0.0.1",
    "description": "Reminders to look away from the screen to promote good eye health",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/eye-icon128.png",
        "default_title": "20 For 20",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icons\/eye-icon48.png",
        "128": "icons\/eye-icon128.png"
    }
}