ColorPal: Color Picker & Eyedropper
Color picker, Eyedropper. Pick colour and gradient, HEX, RGB. Better than color pick, eye dropper, colour pick, colorzilla, geco.
ColorPal: Color Picker & Eyedropper là gì?
ColorPal: Color Picker & Eyedropper là một tiện ích mở rộng Chrome được phát triển bởi https://colorpal.daridis.com, và tính năng chính của nó là "Color picker, Eyedropper. Pick colour and gradient, HEX, RGB. Better than color pick, eye dropper, colour pick, colorzilla, geco.".
Ả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 ColorPal: Color Picker & Eyedropper
Tải xuống các tệp mở rộng ColorPal: Color Picker & Eyedropper 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
Features: ✔️ Color Picker ✔️ EyeDropper ✔️ Save favorite colors ✔️ Auto copy color code ✔️ RGB, HEX, HSL, HSV formats ✔️ Tints and Shades ✔️ Download palette image ✔️ Download colors data csv ✔️ Move colors ✔️ Delete colors ✔️ 30.000 color names ✔️ Light and Dark theme Advanced color tools for developer, designer, artist. Useful for website development with HTML, CSS and JavaScript. Create and download your color palette. Easily find the best colors for CSS gradient. ColorPal is safe and open source! No permission is required and no information is collected! https://github.com/nikosdaridis/colorpal The Eyedropper tool works on Windows, Mac, and Linux operating systems and is compatible with Chrome, Edge and Chromium browsers. It is not supported on Chromebook (ChromeOS) and not supported with Opera and Firefox browsers. Grab Colors from any website with the Color Picker extension ColorPal. With colour picker you can find color code on any pixel of the browser. Simply copy and paste the color code. It offers HEX, RGB, HSL and HSV colour codes on any element. You can easily pick any color from any website with this extension. Eyedropper tool will get the color palette from any webpage you need. It's a useful tool for web developers and web designers. ColorPal is easy to use, it has a simple and user-friendly interface. It provides you an amazing and useful eyedropper tool so you can get colours from any page. Extract color from web sites. There are four color format available: RGB, HEX, HSL, HSV. Enjoying ColorPal? Rate with ⭐ ⭐ ⭐ ⭐ ⭐ ! If you like ColorPal, help spread the word by giving it a 5 star rating. If you're not fully satisfied, send a message to improve ColorPal.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ColorPal: Color Picker & Eyedropper |
ID | mbnpegpimodgjmlbfhkkdgbcfjmgpoad |
URL Chính Thức | https://chromewebstore.google.com/detail/colorpal-color-picker-eye/mbnpegpimodgjmlbfhkkdgbcfjmgpoad |
Mô tả | Color picker, Eyedropper. Pick colour and gradient, HEX, RGB. Better than color pick, eye dropper, colour pick, colorzilla, geco. |
Kích Thước Tệp | 462 KB |
Số Lần Cài Đặt | 2,848 |
Phiên Bản Hiện Tại | 1.3.6 |
Cập Nhật Lần Cuối | 2024-02-05 |
Ngày Phát Hành | 2023-06-20 |
Đánh Giá | 4.56/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://colorpal.daridis.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://colorpal.daridis.com |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.3.6", "manifest_version": 3, "action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_popup": "popup.html", "default_title": "__MSG_defaultTitle__" }, "icons": { "16": "icons\/logo16.png", "32": "icons\/logo32.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "background": { "service_worker": "service-worker.js", "type": "module" } } |