Eye Rest Notification

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

O que é Eye Rest Notification?

Eye Rest Notification é uma extensão do Chrome desenvolvida por Purushottam kumar, e sua principal característica é "An extension to rest your eyes every 20 minutes for 20 seconds.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Eye Rest Notification

Baixe arquivos de extensão Eye Rest Notification no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Eye Rest Notification Eye Rest Notification
ID cfhlmmjodlkhnojnaaofaebddbaljoma
URL Oficial https://chromewebstore.google.com/detail/eye-rest-notification/cfhlmmjodlkhnojnaaofaebddbaljoma
Descrição An extension to rest your eyes every 20 minutes for 20 seconds.
Tamanho do Arquivo 1.77 MB
Contagem de Instalações 73
Versão Atual 1.0
Última Atualização 2020-08-09
Data de Publicação 2020-08-09
Desenvolvedor Purushottam kumar
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}