Your Eye Protection

Changing Background to soft colors plus font size adjustment for readability

Your Eye Protection là gì?

Your Eye Protection là một tiện ích mở rộng Chrome được phát triển bởi hiatamaworkshop, và tính năng chính của nó là "Changing Background to soft colors plus font size adjustment for readability".

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

screenshot

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

Tải xuống các tệp mở rộng Your Eye Protection 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

                        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.                    

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

Tên Your Eye Protection Your Eye Protection
ID acjacalegpmedplkgbajhogacebcaekm
URL Chính Thức https://chrome.google.com/webstore/detail/your-eye-protection/acjacalegpmedplkgbajhogacebcaekm
Mô tả Changing Background to soft colors plus font size adjustment for readability
Kích Thước Tệp 11.11 KB
Số Lần Cài Đặt 161
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2019-06-23
Ngày Phát Hành 2019-06-23
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển hiatamaworkshop
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}