Colorpeek
Simply share CSS colors from text selections, images or websites using Colorpeek.
Colorpeek là gì?
Colorpeek là một tiện ích mở rộng Chrome được phát triển bởi https://colorpeek.com, và tính năng chính của nó là "Simply share CSS colors from text selections, images or websites using Colorpeek.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Colorpeek
Tải xuống các tệp mở rộng Colorpeek dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Colorpeek |
ID | bijmchgbjjmcmhldfpbamobldomjoioo |
URL Chính Thức | https://chromewebstore.google.com/detail/colorpeek/bijmchgbjjmcmhldfpbamobldomjoioo |
Mô tả | Simply share CSS colors from text selections, images or websites using Colorpeek. |
Kích Thước Tệp | 107 KB |
Số Lần Cài Đặt | 3,184 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2022-06-04 |
Ngày Phát Hành | 2013-12-01 |
Đánh Giá | 4.69/5 Tổng số 35 Đánh Giá |
Nhà Phát Triển | https://colorpeek.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://colorpeek.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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", " |