Color Grabber
Extract colors easily from anywhere with color grabber tool.
Color Grabber là gì?
Color Grabber là một tiện ích mở rộng Chrome được phát triển bởi https://colorgrabber.io, và tính năng chính của nó là "Extract colors easily from anywhere with color grabber tool.".
Ả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 Grabber
Tải xuống các tệp mở rộng Color Grabber 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
No matter on which webpage you are, grab your desired color on the spot with this simple Color Grabber tool. Select the element and it'll tell you the hex code of the selected color. Or select your desired color from the color panel inside the tool.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Color Grabber |
ID | ienonflmjobapflnpjadihcdibodpkjb |
URL Chính Thức | https://chromewebstore.google.com/detail/color-grabber/ienonflmjobapflnpjadihcdibodpkjb |
Mô tả | Extract colors easily from anywhere with color grabber tool. |
Kích Thước Tệp | 273 KB |
Số Lần Cài Đặt | 546 |
Phiên Bản Hiện Tại | 1.0.8 |
Cập Nhật Lần Cuối | 2023-12-27 |
Ngày Phát Hành | 2021-09-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://colorgrabber.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://colorgrabber.io |
URL Trang Chính Sách Bảo Mật | https://tier5.us/chrome_extension |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Grabber", "description": "Extract colors easily from anywhere with color grabber tool.", "version": "1.0.8", "manifest_version": 2, "browser_action": { "default_popup": "login.html", "default_title": "Color Grabber" }, "icons": { "16": "images\/1625151100122-smallLogo.png", "48": "images\/1625151100166-mediumLogo.png", "128": "images\/1625151100210-largeLogo.png" }, "background": { "page": "background.html", "persistent": true }, "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ "js\/edropper2.js", "inject\/anchor-cursor-default.css", "inject\/anchor-cursor-crosshair.css", "inject\/edropper2.css" ], "commands": { "activate": { "suggested_key": { "default": "Alt+P" }, "description": "Activate pick color from web page" } }, "short_name": "CG" } |