Highlight Color
Change the default Highlight Color
什么是Highlight Color?
Highlight Color是由Partial Science开发的Chrome扩展程序,该扩展的主要功能是“Change the default Highlight Color”。
扩展截图
下载Highlight Color扩展crx文件
下载Highlight Color扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tiered of seeing that boring and dull shade of blue when ever you select text on a website? Well now you can change the color with only a few simple clicks How to use Download the extension Click the Enabled Box Select the colors you want easily with your computers default color picker Then click "save changes" and the color will change It's that simple Version 3.0 Bug fixes PS the code is really messy and poorly optimized as this is one of the first extensions I had ever written and I will do a complete rewrite of it when I get the chance for the next update. Hopefully 3.0 fixed an installation issue some users were facing but don't worry this poor state is only temporary and Version 4.0 should be much better so stay posted and I hope you like the extension :)
扩展基本信息
名称 | Highlight Color |
ID | dllbflhpdeinobodaaibnojmgejkkjii |
官方URL | https://chromewebstore.google.com/detail/highlight-color/dllbflhpdeinobodaaibnojmgejkkjii |
简介 | Change the default Highlight Color |
文件大小 | 863 KB |
安装次数 | 5,209 |
当前版本 | 3.0 |
更新时间 | 2015-09-30 |
上架时间 | 2015-09-30 |
评分 | 2.77/5 共70次评分 |
开发者 | Partial Science |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Highlight Color" }, "description": "Change the default Highlight Color", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Highlight Color", "version": "3.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |