Healthy Browsing

Reminders to drink water, blink, correct your posture and stretch for a healthier browsing.

Healthy Browsingとは何ですか?

Healthy BrowsingはMihai Cosareanuによって開発されたChromeの拡張機能で、その主な機能は「Reminders to drink water, blink, correct your posture and stretch for a healthier browsing.」です。

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

screenshot

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

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

拡張機能の使用方法

                        When browsing we often forget to blink as often as our eyes need it. We forget to drink water and we also sit in a fixed and wrong position for a long period of time. This extension notifies you to blink, drink water, correct your posture and stretch.

If you use the computer for the entire day and follow the reminders you will feel your eyes less tired, you will be better hydrated and you won't feel any numbness.

Recommended settings:
Drink reminder - 45 minutes
Blink reminder - 20 minutes
Stretch reminder - 90 minutes
Posture reminder - 20 minutes                    

拡張機能の基本情報

名前 Healthy Browsing Healthy Browsing
ID dokaikblnjlonmiahdahfpjjdcohblig
公式URL https://chromewebstore.google.com/detail/healthy-browsing/dokaikblnjlonmiahdahfpjjdcohblig
説明 Reminders to drink water, blink, correct your posture and stretch for a healthier browsing.
ファイルサイズ 231 KB
インストール数 11,682
現在のバージョン 1.1
最終更新日 2019-04-11
公開日 2019-04-11
評価 4.13/5 合計 69 レビュー
開発者 Mihai Cosareanu
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Healthy Browsing",
    "description": "Reminders to drink water, blink, correct your posture and stretch for a healthier browsing.",
    "version": "1.1",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "index.html",
        "default_title": "Healthy Browsing"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "global.js",
            "background.js"
        ]
    }
}