Eye Rest
An extension to rest your eyes every 20 minutes for 20 seconds.
What is Eye Rest?
Eye Rest is a Chrome extension developed by sometimes.jenn.codes, and its main feature is "An extension to rest your eyes every 20 minutes for 20 seconds.".
Extension Screenshots
Download Eye Rest Extension CRX File
Download Eye Rest 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
This extension counts down 20 minutes and opens up a window, which in turn counts down 20 seconds during which you should give your eyes a rest and look away from your computer.
Extension Basic Information
Name | Eye Rest |
ID | omklnoknjpallljebbhcdnkfkfccnhgn |
Official URL | https://chromewebstore.google.com/detail/eye-rest/omklnoknjpallljebbhcdnkfkfccnhgn |
Description | An extension to rest your eyes every 20 minutes for 20 seconds. |
File Size | 1.11 MB |
Installation Count | 308 |
Current Version | 1.0.2 |
Last Updated | 2020-11-03 |
Publish Date | 2020-11-03 |
Rating | 5.00/5 Total 5 Ratings |
Developer | sometimes.jenn.codes |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eye Rest", "version": "1.0.2", "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 } |