Change content color
Double click any region in a webpage where you want to make its color warm.
Change content color là gì?
Change content color là một tiện ích mở rộng Chrome được phát triển bởi Jeff T., và tính năng chính của nó là "Double click any region in a webpage where you want to make its color warm.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Change content color
Tải xuống các tệp mở rộng Change content color 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
For making eyes more comfortable during web surfing, with the extension you can change the background color from white to a warm color for most webpages. Just double click any region where you want to change color in a webpage. * Some webpages whose content color can not be changed because they may be defended with high security and not allow general script to change them. Change log: v1.1 - Urls support ftp now. v1.2 - More areas can be changed.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Change content color |
ID | llidcihmjceniojdhhdnejnbbjdepphi |
URL Chính Thức | https://chromewebstore.google.com/detail/change-content-color/llidcihmjceniojdhhdnejnbbjdepphi |
Mô tả | Double click any region in a webpage where you want to make its color warm. |
Kích Thước Tệp | 92.63 KB |
Số Lần Cài Đặt | 178 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2017-01-10 |
Ngày Phát Hành | 2017-01-10 |
Đánh Giá | 3.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Jeff T. |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Change content color", "description": "Double click any region in a webpage where you want to make its color warm.", "version": "1.2", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*", "ftp:\/\/*\/*" ], "js": [ "jquery-1.11.3.js", "bg_change.js", "background.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background2.js" ], "persistent": false }, "page_action": { "default_title": "Change content color", "default_icon": "paint-brush-128.png" }, "manifest_version": 2, "icons": { "64": "paint-brush-128.png" } } |