Eye Rest Notification

An extension to rest your eyes every 20 minutes for 20 seconds.

Eye Rest Notificationとは何ですか?

Eye Rest NotificationはPurushottam kumarによって開発されたChromeの拡張機能で、その主な機能は「An extension to rest your eyes every 20 minutes for 20 seconds.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Take care of your eyes! 
Eye Protect while long working on computer,eye rest,eye protect from computer.
Beat dry eyes syndrome while using your computer for long hours. Eye Rest is something all computer users need and have to use to avoid the many health hazards that put their eyes into danger as a result of staring at their screens for so long.Eye Rest Notification                    

拡張機能の基本情報

名前 Eye Rest Notification Eye Rest Notification
ID cfhlmmjodlkhnojnaaofaebddbaljoma
公式URL https://chromewebstore.google.com/detail/eye-rest-notification/cfhlmmjodlkhnojnaaofaebddbaljoma
説明 An extension to rest your eyes every 20 minutes for 20 seconds.
ファイルサイズ 1.77 MB
インストール数 73
現在のバージョン 1.0
最終更新日 2020-08-09
公開日 2020-08-09
開発者 Purushottam kumar
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Rest Notification",
    "version": "1.0",
    "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
}