AKColor
The first 3D color selection tool with integrated eye dropper.
AKColor là gì?
AKColor là một tiện ích mở rộng Chrome được phát triển bởi Aurélien KLEIN, và tính năng chính của nó là "The first 3D color selection tool with integrated eye dropper.".
Ả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 AKColor
Tải xuống các tệp mở rộng AKColor 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
Discover a new way to manipulate colors! With its simple and fun interface, manipulate and use colors in a 3-dimensional environment. Enjoy the logs to reuse your favorite colors. You like a color on a website? So get it back with the integrated eye dropper in the extension! Click ... and it's already copied! You can also convert a value to the desired format with the color converter. ►► Features ◄◄ + 3D color picker + Eyedropper to select a color on a webpage. + Gradient generator + Color converter + Click and paste. Automatic copy to the clipboard. + Reuse your colors with color history. + Keyboard shortcuts + Use the eyedropper directly with the right click (shortcuts in the context menu). + Lot of settings available for the eyedropper, color picker and interface. + 4 supported color formats (Hexadecimal, RGB, HSL and X11) A very practical tool for every developer and every graphic designer! Experience the AKColor! ►► Official website akcolor.aklibrary.fr ►► Feedback & Bug report [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AKColor |
ID | njhgppihgleonhgjanbjojnpgjkfmijo |
URL Chính Thức | https://chromewebstore.google.com/detail/akcolor/njhgppihgleonhgjanbjojnpgjkfmijo |
Mô tả | The first 3D color selection tool with integrated eye dropper. |
Kích Thước Tệp | 480 KB |
Số Lần Cài Đặt | 5,418 |
Phiên Bản Hiện Tại | 1.9.1 |
Cập Nhật Lần Cuối | 2020-07-23 |
Ngày Phát Hành | 2020-03-14 |
Đánh Giá | 4.88/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | Aurélien KLEIN |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://akcolor.aklibrary.fr |
Ngôn Ngữ Được Hỗ Trợ | de,en,en-GB,fr,nl,no,da,es,pt-BR,pt-PT,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.9.1", "manifest_version": 2, "default_locale": "en", "description": "__MSG_appDescription__", "options_page": "parametre.html", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/IconeChromeWebStore.png" }, "permissions": [ "activeTab", "clipboardWrite", "contextMenus", "file:\/\/*\/*", "https:\/\/*.aklibrary.fr\/*", "unlimitedStorage" ], "browser_action": { "default_popup": "appli.html", "default_icon": "img\/cubeLogo.png" }, "offline_enabled": true, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "css\/pipette.css", "js\/lib\/x11.js", "js\/class\/LocalStorage2.js", "js\/pipette.js", "js\/controller\/pipetteController.js" ] } |