Colorpeek
Simply share CSS colors from text selections, images or websites using Colorpeek.
什么是Colorpeek?
Colorpeek是由https://colorpeek.com开发的Chrome扩展程序,该扩展的主要功能是“Simply share CSS colors from text selections, images or websites using Colorpeek.”。
扩展截图
下载Colorpeek扩展crx文件
下载Colorpeek扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Colorpeek |
ID | bijmchgbjjmcmhldfpbamobldomjoioo |
官方URL | https://chromewebstore.google.com/detail/colorpeek/bijmchgbjjmcmhldfpbamobldomjoioo |
简介 | Simply share CSS colors from text selections, images or websites using Colorpeek. |
文件大小 | 107 KB |
安装次数 | 3,184 |
当前版本 | 1.0.1 |
更新时间 | 2022-06-04 |
上架时间 | 2013-12-01 |
评分 | 4.69/5 共35次评分 |
开发者 | https://colorpeek.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://colorpeek.com/ |
支持的语言 | 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", " |