Change Page Colors

A tool that automatically change the color of background and text in the page

Change Page Colors là gì?

Change Page Colors là một tiện ích mở rộng Chrome được phát triển bởi zanomate, và tính năng chính của nó là "A tool that automatically change the color of background and text in the page".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Change Page Colors

Tải xuống các tệp mở rộng Change Page Colors 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

                        "Change Page Colors" is a tool that allow users to easily change main background and text colors of any web page. The purpose is to make reading more confortable and adaptive to the user preferences.

Functionality (First release)
- Change background and text color a any page with a click.
- Choose your favorite colors and the tool will remember your last choice.                    

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

Tên Change Page Colors Change Page Colors
ID bpffefpenhflenffmncchaepkgebkpne
URL Chính Thức https://chrome.google.com/webstore/detail/change-page-colors/bpffefpenhflenffmncchaepkgebkpne
Mô tả A tool that automatically change the color of background and text in the page
Kích Thước Tệp 43.54 KB
Số Lần Cài Đặt 4,311
Phiên Bản Hiện Tại 1.0.0.0
Cập Nhật Lần Cuối 2016-02-27
Ngày Phát Hành 2016-02-27
Đánh Giá 2.55/5 Tổng số 22 Đánh Giá
Nhà Phát Triển zanomate
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0.0",
    "name": "Change Page Colors",
    "description": "A tool that automatically change the color of background and text in the page",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "browser_action": {
        "default_icon": "imgs\/128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "imgs\/128.png"
    }
}