Colour Changer
Change the colour of the text and background of a webpage!
什么是Colour Changer?
Colour Changer是由Michael Smith开发的Chrome扩展程序,该扩展的主要功能是“Change the colour of the text and background of a webpage!”。
扩展截图
下载Colour Changer扩展crx文件
下载Colour Changer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows users to apply any colour to fonts and backgrounds of any webpage. To use the extension click on the symbol and you will see a drop-down menu, this has three options - fonts, background and reset. Upon clicking either the font or background it will drop-down three sliders that represent the RGB values, move these sliders to change the font/background. The reset button will remove any changes made to the page (note: to do this it refreshes the page).
扩展基本信息
名称 | Colour Changer |
ID | oghncgjeeecljbkloncoifojhioefmpj |
官方URL | https://chromewebstore.google.com/detail/colour-changer/oghncgjeeecljbkloncoifojhioefmpj |
简介 | Change the colour of the text and background of a webpage! |
文件大小 | 91.72 KB |
安装次数 | 999 |
当前版本 | 1.0 |
更新时间 | 2017-10-26 |
上架时间 | 2017-10-26 |
评分 | 2.50/5 共8次评分 |
开发者 | Michael Smith |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colour Changer", "description": "Change the colour of the text and background of a webpage!", "version": "1.0", "icons": { "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click Here!" }, "permissions": [ "activeTab" ] } |