Praxis Eye Health

Reminders to help improve your health when using a computer

Praxis Eye Health क्या है?

Praxis Eye Health Alisha द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reminders to help improve your health when using a computer"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Praxis Eye Health एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
    }
}