Iris

Software for eye protection

Qu'est-ce que Iris ?

Iris est une extension Chrome développée par http://iristech.co, et sa fonction principale est "Software for eye protection".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Iris

Téléchargez les fichiers d'extension Iris 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

                        Iris is software which makes Monitors healthy for the eyes. 

With Iris you can reduce the Blue Light emitted from your screen for better sleep, reduce the Brightness of your screen without PWM and avoid eye pain.

This is the first Blue light filter app for Chrome and ChromeOS which works by lowering blue light not just placing a trasnparent overlay on the screen.

Will be improved to be automated but it's working also right now.                    

Informations de Base sur l'Extension

Nom Iris Iris
ID lgjddobbdahndjbbeeabffbakogobdhg
URL Officiel https://chrome.google.com/webstore/detail/iris/lgjddobbdahndjbbeeabffbakogobdhg
Description Software for eye protection
Taille du Fichier 6.01 MB
Nombre d'Installations 534
Version Actuelle 0.0.9
Dernière Mise à Jour 2022-07-07
Date de Publication 2022-07-07
Évaluation 2.77/5 Total 22 Évaluations
Développeur http://iristech.co
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension http://iristech.co/
URL de la Page d'Aide http://iristech.co/
URL de la Page de Politique de Confidentialité https://iristech.co/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Iris",
    "description": "Software for eye protection",
    "version": "0.0.9",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/iris-128x128.png",
        "default_popup": "popup.html",
        "default_title": "Open Iris"
    },
    "icons": {
        "128": "img\/iris-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "html\/js\/otto\/otto.js",
                "js\/jquery\/jquery-2.1.4.min.js",
                "js\/content_script.js"
            ],
            "css": [
                "css\/styles.css",
                "css\/video-fixer.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "css\/site_styles\/*",
        "html\/*"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "system"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}