Iris

Software for eye protection

什麼是Iris?

Iris是由http://iristech.co開發的Chrome擴展程式,該擴展的主要功能是“Software for eye protection”。

擴展截圖

screenshot
screenshot
screenshot

下載Iris擴展crx文件

下載Iris擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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/
說明頁面URL http://iristech.co/
隱私政策頁面URL 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'"
}