Eye Rest
An extension to rest your eyes every 20 minutes for 20 seconds.
什么是Eye Rest?
Eye Rest是由sometimes.jenn.codes开发的Chrome扩展程序,该扩展的主要功能是“An extension to rest your eyes every 20 minutes for 20 seconds.”。
扩展截图
下载Eye Rest扩展crx文件
下载Eye Rest扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Eye Rest |
ID | omklnoknjpallljebbhcdnkfkfccnhgn |
官方URL | https://chromewebstore.google.com/detail/eye-rest/omklnoknjpallljebbhcdnkfkfccnhgn |
简介 | An extension to rest your eyes every 20 minutes for 20 seconds. |
文件大小 | 1.11 MB |
安装次数 | 308 |
当前版本 | 1.0.2 |
更新时间 | 2020-11-03 |
上架时间 | 2020-11-03 |
评分 | 5.00/5 共5次评分 |
开发者 | sometimes.jenn.codes |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |