Colorpeek
Simply share CSS colors from text selections, images or websites using Colorpeek.
What is Colorpeek?
Colorpeek is a Chrome extension developed by https://colorpeek.com, and its main feature is "Simply share CSS colors from text selections, images or websites using Colorpeek.".
Extension Screenshots
Download Colorpeek Extension CRX File
Download Colorpeek 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
Colorpeek is a tiny web app for quickly seeing and sharing CSS colors. The extension can parse colors from three different sources: 1. Text selections (hex values you received in an email, for example) 2. Prominent colors in an image 3. CSS colors used on a webpage Great for designers, developers, or anyone tired of spelunking through web inspectors, opening up Photoshop or hunting and pecking with an eyedropper just to grab color values. Additional features: - Customize the output of webpage palettes (hide/show black, white, grays or semi-transparent colors) - Change the amount of colors returned for images - Use from the toolbar or right-click menu Follow https://twitter.com/colorpeek for info and updates Try the web app at http://colorpeek.com
Extension Basic Information
Name | Colorpeek |
ID | bijmchgbjjmcmhldfpbamobldomjoioo |
Official URL | https://chromewebstore.google.com/detail/colorpeek/bijmchgbjjmcmhldfpbamobldomjoioo |
Description | Simply share CSS colors from text selections, images or websites using Colorpeek. |
File Size | 107 KB |
Installation Count | 3,184 |
Current Version | 1.0.1 |
Last Updated | 2022-06-04 |
Publish Date | 2013-12-01 |
Rating | 4.69/5 Total 35 Ratings |
Developer | https://colorpeek.com |
[email protected] | |
Payment Type | free |
Extension Website | http://colorpeek.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.0.1", "manifest_version": 2, "description": "__MSG_extDescription__", "homepage_url": "http:\/\/colorpeek.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/color-thief.js", "js\/color.js", "src\/bg\/colorkeywords.js", "src\/bg\/background.js" ] }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" } }, "permissions": [ "contextMenus", "notifications", "storage", " |