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
官方網址 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"
        }
    }
}