Your Eye Protection

Changing Background to soft colors plus font size adjustment for readability

Your Eye Protectionとは何ですか?

Your Eye Protectionはhiatamaworkshopによって開発されたChromeの拡張機能で、その主な機能は「Changing Background to soft colors plus font size adjustment for readability」です。

拡張機能のスクリーンショット

screenshot

Your Eye Protection拡張機能のCRXファイルをダウンロード

Your Eye Protection拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        1. Changing web-page's default Background color to soft colors.
2. Font size adjustment.

Both functions can enhance readability.

Don't you think white backgrounds are too bright? and black backgrounds confuse your eyes sometimes.

My extensions are extremely small in size, because there are no pop-up adds, no extra connections.                    

拡張機能の基本情報

名前 Your Eye Protection Your Eye Protection
ID acjacalegpmedplkgbajhogacebcaekm
公式URL https://chrome.google.com/webstore/detail/your-eye-protection/acjacalegpmedplkgbajhogacebcaekm
説明 Changing Background to soft colors plus font size adjustment for readability
ファイルサイズ 11.11 KB
インストール数 161
現在のバージョン 0.1.1
最終更新日 2019-06-23
公開日 2019-06-23
評価 2.33/5 合計 3 レビュー
開発者 hiatamaworkshop
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Your Eye Protection",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Changing Background to soft colors plus font size adjustment for readability",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "bcolor_font.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "tabs"
    ]
}