Eye Care

Take care of your eyes!

Eye Careとは何ですか?

Eye CareはRedjan Ymerajによって開発されたChromeの拡張機能で、その主な機能は「Take care of your eyes!」です。

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

screenshot

Eye Care拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension sends you notification in every 30 or 60 minutes to remind you to rest your eyes. 

By clicking on the notification you can stop the reminding process witch continues for 1 min. 

You get to choose the starting and end time when you would like to start the reminding process and also disable them in days like weekends or always. 

Set custom messages.

Disable audio if it bothers you.

More updates are coming soon... :)                    

拡張機能の基本情報

名前 Eye Care Eye Care
ID dhphhgimonjoemfeppchefepnabneknk
公式URL https://chromewebstore.google.com/detail/eye-care/dhphhgimonjoemfeppchefepnabneknk
説明 Take care of your eyes!
ファイルサイズ 292 KB
インストール数 48
現在のバージョン 0.4
最終更新日 2017-09-01
公開日 2017-09-01
評価 4.75/5 合計 4 レビュー
開発者 Redjan Ymeraj
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/redjanym/EyeCare
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Care",
    "description": "Take care of your eyes!",
    "version": "0.4",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "Eye Care",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/setup.js",
            "scripts\/notify.js",
            "scripts\/background.js"
        ]
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "background",
        "notifications"
    ]
}