Change Page Colors
A tool that automatically change the color of background and text in the page
什么是Change Page Colors?
Change Page Colors是由zanomate开发的Chrome扩展程序,该扩展的主要功能是“A tool that automatically change the color of background and text in the page”。
扩展截图
下载Change Page Colors扩展crx文件
下载Change Page Colors扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
"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.
扩展基本信息
名称 | |
ID | bpffefpenhflenffmncchaepkgebkpne |
官方URL | https://chrome.google.com/webstore/detail/change-page-colors/bpffefpenhflenffmncchaepkgebkpne |
简介 | A tool that automatically change the color of background and text in the page |
文件大小 | 43.54 KB |
安装次数 | 4,311 |
当前版本 | 1.0.0.0 |
更新时间 | 2016-02-27 |
上架时间 | 2016-02-27 |
评分 | 2.55/5 共22次评分 |
开发者 | zanomate |
付费类型 | free |
支持的语言 | 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": [ " |