Praxis Eye Health

Reminders to help improve your health when using a computer

Praxis Eye Healthคืออะไร?

Praxis Eye Health เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alisha และคุณลักษณะหลักของมันคือ "Reminders to help improve your health when using a computer"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Praxis Eye Health

ดาวน์โหลดไฟล์ส่วนขยาย Praxis Eye Health ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
    }
}