Eye Rest Notification
An extension to rest your eyes every 20 minutes for 20 seconds.
What is Eye Rest Notification?
Eye Rest Notification is a Chrome extension developed by Purushottam kumar, and its main feature is "An extension to rest your eyes every 20 minutes for 20 seconds.".
Extension Screenshots
Download Eye Rest Notification Extension CRX File
Download Eye Rest Notification extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Eye Rest Notification |
ID | cfhlmmjodlkhnojnaaofaebddbaljoma |
Official URL | https://chromewebstore.google.com/detail/eye-rest-notification/cfhlmmjodlkhnojnaaofaebddbaljoma |
Description | An extension to rest your eyes every 20 minutes for 20 seconds. |
File Size | 1.77 MB |
Installation Count | 73 |
Current Version | 1.0 |
Last Updated | 2020-08-09 |
Publish Date | 2020-08-09 |
Developer | Purushottam kumar |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |