Praxis Eye Health

Reminders to help improve your health when using a computer

Qu'est-ce que Praxis Eye Health ?

Praxis Eye Health est une extension Chrome développée par Alisha, et sa fonction principale est "Reminders to help improve your health when using a computer".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Praxis Eye Health

Téléchargez les fichiers d'extension Praxis Eye Health au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Praxis Eye Health Praxis Eye Health
ID dglbjkmiloehedbleclibjadageemaag
URL Officiel https://chromewebstore.google.com/detail/praxis-eye-health/dglbjkmiloehedbleclibjadageemaag
Description Reminders to help improve your health when using a computer
Taille du Fichier 2.59 MB
Nombre d'Installations 480
Version Actuelle 1.2
Dernière Mise à Jour 2015-05-02
Date de Publication 2015-05-01
Évaluation 4.59/5 Total 17 Évaluations
Développeur Alisha
Type de Paiement free
Langues Prises en Charge 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
    }
}