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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |