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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        ]
    }
}