Change Colors
Change pages styling according to the user's preferences.
什么是Change Colors?
Change Colors是由clair开发的Chrome扩展程序,该扩展的主要功能是“Change pages styling according to the user's preferences.”。
扩展截图
下载Change Colors扩展crx文件
下载Change Colors扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
[IMPORTANT NOTICE] This extension will be removed from the store in 2023, because the extension doesn't fulfill new regulation of chrome store. I tried to fix the extension but with no luck. Sorry for your inconvinience. I would recommend "Midnight Lizard" as an alternative, which works and contains more functionality. [for developper] If you could migrate Manifest V2 to V3 with this extension, PR me in my repository below. I will merge it and try to submit to the store. https://github.com/srndpty/Change-Colors ---- original description below ---- This is alternative for Change Colors: https://chrome.google.com/webstore/detail/change-colors/jbmkekhehjedonbhoikhhkmlapalklgn and this is from here: https://github.com/cuongtructran/Change-Colors It works locally but it shows warning all you start chrome, which says "you are loading unpackaged extension". This is bothering. I'll delete this one if the original author revised the extension to work, or the forker upload the same thing to the store.
扩展基本信息
名称 | Change Colors |
ID | ageghplgcapnfpdhapeemolbmfccclke |
官方URL | https://chromewebstore.google.com/detail/change-colors/ageghplgcapnfpdhapeemolbmfccclke |
简介 | Change pages styling according to the user's preferences. |
文件大小 | 222 KB |
安装次数 | 13,584 |
当前版本 | 2.244 |
更新时间 | 2022-08-23 |
上架时间 | 2018-08-14 |
评分 | 4.04/5 共45次评分 |
开发者 | clair |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/cuongtructran/Change-Colors |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Change Colors", "version": "2.244", "description": "Change pages styling according to the user's preferences.", "icons": { "16": "icons\/colors_icons.png", "32": "icons\/colors_icons.png", "48": "icons\/colors_icons.png", "128": "icons\/colors_icons.png" }, "page_action": { "default_icon": "icons\/colors_icons.png", "default_title": "Change Colors", "default_popup": "popup.html" }, "background": { "scripts": [ "background_page.js" ], "persistent": false }, "content_scripts": [ { "run_at": "document_start", "matches": [ " |