Eye Rest Notification

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

Co to jest Eye Rest Notification?

Eye Rest Notification to rozszerzenie Chrome opracowane przez Purushottam kumar, a jego główną funkcją jest „An extension to rest your eyes every 20 minutes for 20 seconds.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Eye Rest Notification

Pobierz pliki rozszerzeń Eye Rest Notification w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Eye Rest Notification Eye Rest Notification
ID cfhlmmjodlkhnojnaaofaebddbaljoma
Oficjalny URL https://chromewebstore.google.com/detail/eye-rest-notification/cfhlmmjodlkhnojnaaofaebddbaljoma
Opis An extension to rest your eyes every 20 minutes for 20 seconds.
Rozmiar pliku 1.77 MB
Liczba instalacji 73
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-08-09
Data Publikacji 2020-08-09
Deweloper Purushottam kumar
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}