colorexa
Quickly lookup for a color by typing or highlighting its hexadecimal code.
What is colorexa?
colorexa is a Chrome extension developed by Rafael Bardini, and its main feature is "Quickly lookup for a color by typing or highlighting its hexadecimal code.".
Extension Screenshots
Download colorexa Extension CRX File
Download colorexa extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | colorexa |
ID | ldpbmphkljpjidkjjcogjeblepgbnlop |
Official URL | https://chromewebstore.google.com/detail/colorexa/ldpbmphkljpjidkjjcogjeblepgbnlop |
Description | Quickly lookup for a color by typing or highlighting its hexadecimal code. |
File Size | 18.58 KB |
Installation Count | 78 |
Current Version | 2.0.0 |
Last Updated | 2022-02-20 |
Publish Date | 2013-06-24 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Rafael Bardini |
[email protected] | |
Payment Type | free |
Extension Website | https://rbardini.github.io/colorexa/ |
Supported Languages | 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": [ " |