Eye Protection

Care your eyes.

什么是Eye Protection?

Eye Protection是由robusttheworld开发的Chrome扩展程序,该扩展的主要功能是“Care your eyes.”。

扩展截图

screenshot
screenshot
screenshot

下载Eye Protection扩展crx文件

下载Eye Protection扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        👀 Eye Protection is a very small and powerful extension. 

👀 It colors the whole web page with eye-protection color with only one click.

👀 You can pick a custom eye-protection background color. 

👀 Custom shortcut is supported!

👀 Choose popup mode or one-click mode for the action button.

👀 Eye charts give you the best eye care, you can take a vision test here.                    

扩展基本信息

名称 Eye Protection Eye Protection
ID miegdcmhfnpofmbiagbonbbebkojaged
官方URL https://chromewebstore.google.com/detail/eye-protection/miegdcmhfnpofmbiagbonbbebkojaged
简介 Care your eyes.
文件大小 518 KB
安装次数 949
当前版本 1.3.0
更新时间 2021-12-27
上架时间 2021-11-09
评分 4.00/5 共1次评分
开发者 robusttheworld
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Protection",
    "description": "Care your eyes.",
    "version": "1.3.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/eye_protection_16.png",
            "32": "\/images\/eye_protection_32.png",
            "48": "\/images\/eye_protection_48.png",
            "128": "\/images\/eye_protection_128.png"
        }
    },
    "icons": {
        "16": "\/images\/eye_protection_16.png",
        "32": "\/images\/eye_protection_32.png",
        "48": "\/images\/eye_protection_48.png",
        "128": "\/images\/eye_protection_128.png"
    },
    "options_page": "options.html",
    "commands": {
        "take-action": {
            "description": "Color the background"
        }
    }
}