Color Tool
Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.
Color Tool là gì?
Color Tool là một tiện ích mở rộng Chrome được phát triển bởi Kirill Klimuk, và tính năng chính của nó là "Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.".
Ả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 Tool
Tải xuống các tệp mở rộng Color Tool 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
Type "color" into the omnibox and start using the app. To use, type either hex, rgb, hsv, hsl and the values. A range of available transformations will pop up. Select the one you want. It will automatically be copied to your clipboard.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | flmbopnfglddclobhlmlfahodcgdhaga |
URL Chính Thức | https://chrome.google.com/webstore/detail/color-tool/flmbopnfglddclobhlmlfahodcgdhaga |
Mô tả | Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard. |
Kích Thước Tệp | 116 KB |
Số Lần Cài Đặt | 69 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2014-11-17 |
Ngày Phát Hành | 2014-11-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Kirill Klimuk |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "index.html" }, "description": "Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.", "icons": { "128": "assets\/color-tool-128x128.png", "16": "assets\/color-tool-16x16.png", "48": "assets\/color-tool-48x48.png" }, "manifest_version": 2, "name": "Color Tool", "offline_enabled": true, "omnibox": { "keyword": "color" }, "permissions": [ "clipboardRead" ], "version": "1.0.0" } |