Color Tool
Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.
What is Color Tool?
Color Tool is a Chrome extension developed by Kirill Klimuk, and its main feature is "Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.".
Extension Screenshots
Download Color Tool Extension CRX File
Download Color Tool 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
Type "color" into the omnibox and start using the app. To use, type either hex, rgb, hsv, hsl and the values. A range of available transformations will pop up. Select the one you want. It will automatically be copied to your clipboard.
Extension Basic Information
Name | |
ID | flmbopnfglddclobhlmlfahodcgdhaga |
Official URL | https://chrome.google.com/webstore/detail/color-tool/flmbopnfglddclobhlmlfahodcgdhaga |
Description | Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard. |
File Size | 116 KB |
Installation Count | 69 |
Current Version | 1.0.0 |
Last Updated | 2014-11-17 |
Publish Date | 2014-11-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Kirill Klimuk |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "index.html" }, "description": "Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.", "icons": { "128": "assets\/color-tool-128x128.png", "16": "assets\/color-tool-16x16.png", "48": "assets\/color-tool-48x48.png" }, "manifest_version": 2, "name": "Color Tool", "offline_enabled": true, "omnibox": { "keyword": "color" }, "permissions": [ "clipboardRead" ], "version": "1.0.0" } |