Praxis Eye Health

Reminders to help improve your health when using a computer

What is Praxis Eye Health?

Praxis Eye Health is a Chrome extension developed by Alisha, and its main feature is "Reminders to help improve your health when using a computer".

Extension Screenshots

screenshot

Download Praxis Eye Health Extension CRX File

Download Praxis Eye Health extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Praxis Eye Health Praxis Eye Health
ID dglbjkmiloehedbleclibjadageemaag
Official URL https://chromewebstore.google.com/detail/praxis-eye-health/dglbjkmiloehedbleclibjadageemaag
Description Reminders to help improve your health when using a computer
File Size 2.59 MB
Installation Count 480
Current Version 1.2
Last Updated 2015-05-02
Publish Date 2015-05-01
Rating 4.59/5 Total 17 Ratings
Developer Alisha
Payment Type free
Supported Languages 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
    }
}