Eye Rest Notification

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

Wat is Eye Rest Notification?

Eye Rest Notification is een Chrome-extensie ontwikkeld door Purushottam kumar, en de belangrijkste functie is "An extension to rest your eyes every 20 minutes for 20 seconds.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Eye Rest Notification

Download Eye Rest Notification-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Eye Rest Notification Eye Rest Notification
ID cfhlmmjodlkhnojnaaofaebddbaljoma
Officiële URL https://chromewebstore.google.com/detail/eye-rest-notification/cfhlmmjodlkhnojnaaofaebddbaljoma
Beschrijving An extension to rest your eyes every 20 minutes for 20 seconds.
Bestandsgrootte 1.77 MB
Aantal Installaties 73
Huidige Versie 1.0
Laatst Bijgewerkt 2020-08-09
Publicatiedatum 2020-08-09
Ontwikkelaar Purushottam kumar
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}