Praxis Eye Health

Reminders to help improve your health when using a computer

Praxis Eye Health란 무엇입니까?

Praxis Eye Health은(는) Alisha에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reminders to help improve your health when using a computer"입니다.

확장 프로그램 스크린샷

screenshot

Praxis Eye Health 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Praxis helps reduce the negative impacts of extended web browsing such as eye strain, poor posture, diet, and general inactivity by reminding users to take a healthy break.

Features:
-A Chrome notification every 20 minutes to remind you of the 20-20-20 rule: Look 20 feet away from the screen every 20 minutes for at least 20 seconds. 

-A new exercise or yoga pose with an instructional gif accompanying the reminders to help incorporate some physical activity into your daily routine.

-A daily water intake tracker.                    

확장 프로그램 기본 정보

이름 Praxis Eye Health Praxis Eye Health
ID dglbjkmiloehedbleclibjadageemaag
공식 URL https://chromewebstore.google.com/detail/praxis-eye-health/dglbjkmiloehedbleclibjadageemaag
설명 Reminders to help improve your health when using a computer
파일 크기 2.59 MB
설치 횟수 480
현재 버전 1.2
최근 업데이트 2015-05-02
출시 날짜 2015-05-01
평점 4.59/5 총 17 개의 평점
개발자 Alisha
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Praxis Eye Health",
    "manifest_version": 2,
    "version": "1.2",
    "description": "Reminders to help improve your health when using a computer",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "permissions": [
        "notifications",
        "background"
    ],
    "browser_action": {
        "default_icon": "images\/logo_16.png",
        "default_popup": "popup.html",
        "default_title": "Praxis Eye Health"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "popup.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "jquery-1.11.1.min.js",
            "background.js"
        ],
        "persistent": true
    }
}