Color picker
Finds the color under your cursor in HEX and RGB form
Color picker là gì?
Color picker là một tiện ích mở rộng Chrome được phát triển bởi Felix, và tính năng chính của nó là "Finds the color under your cursor in HEX and RGB form".
Ả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 Color picker
Tải xuống các tệp mở rộng Color picker 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
Google chrome extension that can get what ever color pixel you want on the page you're viewing. Once clicked, your color will give you it's Hexadecimal and RGB value. Along with that info, it will appear in your recent colors so that you can go back to it if you want later. If you did want to go back to a color in your most recent section, you can click on the box which will display all the information about that color again. **This extension is only compatible with Chrome, Opera, and Microsoft Edge. ** Some buttons that come with the extensions are 'clear' and 'delete'. Clear button deletes all your recent colors while delete deletes the specific color you have selected.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Color picker |
ID | bgbfgaaibhpepheabkdeniilmcljibob |
URL Chính Thức | https://chromewebstore.google.com/detail/color-picker/bgbfgaaibhpepheabkdeniilmcljibob |
Mô tả | Finds the color under your cursor in HEX and RGB form |
Kích Thước Tệp | 855 KB |
Số Lần Cài Đặt | 1,317 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-03-28 |
Ngày Phát Hành | 2022-03-28 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Felix |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color picker", "description": "Finds the color under your cursor in HEX and RGB form", "version": "1.0", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "\/images\/wheel16.png", "32": "\/images\/wheel32.png", "48": "\/images\/wheel48.png", "128": "\/images\/wheel128.png" } } |