Eye Rest Notification
An extension to rest your eyes every 20 minutes for 20 seconds.
Cos'è Eye Rest Notification?
Eye Rest Notification è un'estensione di Chrome sviluppata da Purushottam kumar, e la sua funzione principale è "An extension to rest your eyes every 20 minutes for 20 seconds.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Eye Rest Notification
Scarica i file di estensione Eye Rest Notification in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Eye Rest Notification |
ID | cfhlmmjodlkhnojnaaofaebddbaljoma |
URL Ufficiale | https://chromewebstore.google.com/detail/eye-rest-notification/cfhlmmjodlkhnojnaaofaebddbaljoma |
Descrizione | An extension to rest your eyes every 20 minutes for 20 seconds. |
Dimensione del File | 1.77 MB |
Conteggio Installazioni | 73 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-08-09 |
Data di Pubblicazione | 2020-08-09 |
Sviluppatore | Purushottam kumar |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |