Color Search
Adds a Google search card for when a color is searched.
What is Color Search?
Color Search is a Chrome extension developed by Ian Hoegen, and its main feature is "Adds a Google search card for when a color is searched.".
Extension Screenshots
Download Color Search Extension CRX File
Download Color Search 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
This extension checks the Google search bar, and will add a color card to the top of the search result if the query is a color. This is great for if you need to find the associated color to a RGB color code, or a Hex code. Donations are accepted at https://www.paypal.me/ihoegen/5 Github: https://github.com/ihoegen/ColorSearch
Extension Basic Information
Name | |
ID | eogeejfgkddjjibpecmcgdohpknkjabo |
Official URL | https://chromewebstore.google.com/detail/color-search/eogeejfgkddjjibpecmcgdohpknkjabo |
Description | Adds a Google search card for when a color is searched. |
File Size | 192 KB |
Installation Count | 503 |
Current Version | 1.0.2 |
Last Updated | 2016-04-09 |
Publish Date | 2016-04-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Ian Hoegen |
Payment Type | free |
Extension Website | https://github.com/ihoegen/ColorSearch |
Help Page URL | https://github.com/ihoegen/ColorSearch/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Color Search", "description": "Adds a Google search card for when a color is searched. ", "version": "1.0.2", "icons": { "128": "icon.png", "48": "icon.png", "256": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "main.min.js" ] } ] } |