Iris

Software for eye protection

Iris là gì?

Iris là một tiện ích mở rộng Chrome được phát triển bởi http://iristech.co, và tính năng chính của nó là "Software for eye protection".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Iris

Tải xuống các tệp mở rộng Iris dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Iris Iris
ID lgjddobbdahndjbbeeabffbakogobdhg
URL Chính Thức https://chrome.google.com/webstore/detail/iris/lgjddobbdahndjbbeeabffbakogobdhg
Mô tả Software for eye protection
Kích Thước Tệp 6.01 MB
Số Lần Cài Đặt 534
Phiên Bản Hiện Tại 0.0.9
Cập Nhật Lần Cuối 2022-07-07
Ngày Phát Hành 2022-07-07
Đánh Giá 2.77/5 Tổng số 22 Đánh Giá
Nhà Phát Triển http://iristech.co
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng http://iristech.co/
URL Trang Trợ Giúp http://iristech.co/
URL Trang Chính Sách Bảo Mật https://iristech.co/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
}