20-20-20 EyeCare

Gives timely reminders to take breaks for the safety of your eyes.

20-20-20 EyeCareとは何ですか?

20-20-20 EyeCareはyagrawal2411によって開発されたChromeの拡張機能で、その主な機能は「Gives timely reminders to take breaks for the safety of your eyes.」です。

拡張機能のスクリーンショット

screenshot

20-20-20 EyeCare拡張機能のCRXファイルをダウンロード

20-20-20 EyeCare拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        20-20-20 EyeCare is designed to improve eye health and reduce eye stress. It does so by implementing the 20-20-20 vision rule. The extension reminds the user to look away from their screen every 20 minutes by having a new page popup after the 20 minutes for 20 seconds and then automatically closing. 
How to use:
1) Install the chrome extension from the chrome web store.
2) Click on the popup icon to access the controls.
3) Press start when ready to begin the session. Press clear when done or taking a break from screen usage.

Note: If any issues with the diplayed time arise, please just click the clear button and start the session again to troubleshoot the issue.                    

拡張機能の基本情報

名前 20-20-20 EyeCare 20-20-20 EyeCare
ID eihpcdoafdobgpchpdfpgnlbfghjpmen
公式URL https://chromewebstore.google.com/detail/20-20-20-eyecare/eihpcdoafdobgpchpdfpgnlbfghjpmen
説明 Gives timely reminders to take breaks for the safety of your eyes.
ファイルサイズ 3.35 MB
インストール数 47
現在のバージョン 1.0
最終更新日 2021-01-20
公開日 2021-01-19
評価 5.00/5 合計 1 レビュー
開発者 yagrawal2411
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "20-20-20 EyeCare",
    "description": "Gives timely reminders to take breaks for the safety of your eyes.",
    "version": "1.0",
    "author": "Yash Agrawal",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "20-20-20 EyeCare",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "storage"
    ]
}