Iris

Software for eye protection

ما هو Iris؟

Iris هو إضافة Chrome تم تطويرها بواسطة http://iristech.co، والميزة الرئيسية لها هي "Software for eye protection".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Iris

قم بتنزيل ملفات الامتداد Iris بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Iris Iris
ID lgjddobbdahndjbbeeabffbakogobdhg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/iris/lgjddobbdahndjbbeeabffbakogobdhg
الوصف Software for eye protection
حجم الملف 6.01 MB
عدد التثبيتات 534
النسخة الحالية 0.0.9
آخر تحديث 2022-07-07
تاريخ النشر 2022-07-07
تقييم 2.77/5 مجموع تقييمات 22
المطور http://iristech.co
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة http://iristech.co/
عنوان صفحة المساعدة http://iristech.co/
عنوان صفحة سياسة الخصوصية https://iristech.co/privacy-policy
اللغات المدعومة 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'"
}