Blink Alert

A reminder for a computer user to take the 20-20-20 blinking exercise at set intervals

Blink Alert क्या है?

Blink Alert Martins Obayomi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A reminder for a computer user to take the 20-20-20 blinking exercise at set intervals"।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension reminds you to take the 20-20-20-rule sight exercise at interval to prevent eyes strain and other eyes defects for frequent computer users. The app acts as a reminder and also leads you through the exercise procedure. 
Every hour you get a notification reminding you it's been an hour and time for your exercise, you can click on the notification and get a new page in browser tab with the instructions for the exercise as well as a 20 seconds countdown timer.

The 20-20-20 rule is recommended to be taken by computer users in other to prevent eyes strains and other eyes defects in the long run. 
Instead of worrying and calculating the time for your exercise this extension will remind you and walk you through the process.

FEATURES
Reminder at interval to rest the eyes and take the 20-20-20 exercise.
Leads you through the exercise procedures in a new tab with a countdown timer.

UPDATE: 
1. User can set interval
2. Time is set to 20min by default.
3. User can set alerts on or off
4. Visual slider to select duration & more duration options                    

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

नाम Blink Alert Blink Alert
ID ecdcckdocbdegecfpmdgblfaiaplggob
आधिकारिक URL https://chromewebstore.google.com/detail/blink-alert/ecdcckdocbdegecfpmdgblfaiaplggob
विवरण A reminder for a computer user to take the 20-20-20 blinking exercise at set intervals
फ़ाइल का आकार 15.75 KB
स्थापना संख्या 352
वर्तमान संस्करण 3.0.7
अंतिम अपडेट 2024-01-01
प्रकाशन तिथि 2021-09-07
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर Martins Obayomi
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Blink Alert",
    "description": "A reminder for a computer user to take the 20-20-20 blinking exercise at set intervals",
    "version": "3.0.7",
    "icons": {
        "19": "images\/eyeIcon.png",
        "128": "images\/eyeIcon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/eyeIcon.png",
            "48": "images\/eyeIcon.png",
            "128": "images\/eyeIcon_128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}