colorexa
Quickly lookup for a color by typing or highlighting its hexadecimal code.
什么是colorexa?
colorexa是由Rafael Bardini开发的Chrome扩展程序,该扩展的主要功能是“Quickly lookup for a color by typing or highlighting its hexadecimal code.”。
扩展截图
下载colorexa扩展crx文件
下载colorexa扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple tool to lookup for colors specified as an RGB triplet in hexadecimal format. The background of the pop-up bubble refreshes automatically to represent the color typed in its text field or highlighted in the page. Supports full (six-digits) and abbreviated (three-digit) hexadecimal color codes. Useful when you want to quickly check a color found in the source code of a page or stylesheet. Visit the extension's website for a live preview.
扩展基本信息
名称 | colorexa |
ID | ldpbmphkljpjidkjjcogjeblepgbnlop |
官方URL | https://chromewebstore.google.com/detail/colorexa/ldpbmphkljpjidkjjcogjeblepgbnlop |
简介 | Quickly lookup for a color by typing or highlighting its hexadecimal code. |
文件大小 | 18.58 KB |
安装次数 | 78 |
当前版本 | 2.0.0 |
更新时间 | 2022-02-20 |
上架时间 | 2013-06-24 |
评分 | 5.00/5 共3次评分 |
开发者 | Rafael Bardini |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://rbardini.github.io/colorexa/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "colorexa", "version": "2.0.0", "description": "Quickly lookup for a color by typing or highlighting its hexadecimal code.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "scripting", "activeTab" ], "content_scripts": [ { "all_frames": true, "js": [ "js\/content-script.js" ], "matches": [ " |