20/20/20 Reminders

Provides unobtrusive reminders to help you follow the 20/20/20 rule.

20/20/20 Reminders क्या है?

20/20/20 Reminders Wolffsohn Research द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides unobtrusive reminders to help you follow the 20/20/20 rule."।

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

screenshot
screenshot

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

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

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

                        Help your eyes to relax and combat the symptoms of Computer Vision Syndrome by following the 20/20/20 rule. Every 20 minutes, take a break from your screen for 20 seconds and focus on something 20 feet away.

This lightweight extension will help you to follow the rule by providing a small desktop notification every 20 minutes. You can optionally configure the interval and duration of the break period and play a sound when it starts and finishes.                    

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

नाम 20/20/20 Reminders 20/20/20 Reminders
ID hdadofjbdnckpfbmddfkgpnpchcfbpki
आधिकारिक URL https://chromewebstore.google.com/detail/202020-reminders/hdadofjbdnckpfbmddfkgpnpchcfbpki
विवरण Provides unobtrusive reminders to help you follow the 20/20/20 rule.
फ़ाइल का आकार 112 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-07-18
प्रकाशन तिथि 2021-07-04
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Wolffsohn Research
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.wolffsohnresearch.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "20\/20\/20 Reminders",
    "version": "1.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "42",
    "author": "Wolffsohn Research",
    "description": "Provides unobtrusive reminders to help you follow the 20\/20\/20 rule.",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "constants.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ]
}