Color Grab
Steal beautiful colors from Dribbble easily.
Color Grab là gì?
Color Grab là một tiện ích mở rộng Chrome được phát triển bởi tekeste.kidanu, và tính năng chính của nó là "Steal beautiful colors from Dribbble easily.".
Ả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 Grab
Tải xuống các tệp mở rộng Color Grab 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
This extension makes copying colors from Dribbble shots as easy a single click. Click your favorite color from the chips next to a shot and the Hex code is available on your clipboard!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Color Grab |
ID | aiamoeimgpbjfhmagepggjdickchgpfd |
URL Chính Thức | https://chromewebstore.google.com/detail/color-grab/aiamoeimgpbjfhmagepggjdickchgpfd |
Mô tả | Steal beautiful colors from Dribbble easily. |
Kích Thước Tệp | 46.97 KB |
Số Lần Cài Đặt | 698 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-07-06 |
Ngày Phát Hành | 2018-07-06 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | tekeste.kidanu |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Grab", "description": "Steal beautiful colors from Dribbble easily.", "version": "1.0", "homepage_url": "https:\/\/twitter.com\/iamtekeste", "manifest_version": 2, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "icons": { "128": "128-icon.png" }, "permissions": [ "activeTab", "https:\/\/dribbble.com\/*" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/dribbble.com\/*" ], "css": [ "tippy.css", "content.css" ], "js": [ "tippy.min.js", "bundle.js" ] } ] } |