AKColor
The first 3D color selection tool with integrated eye dropper.
什么是AKColor?
AKColor是由Aurélien KLEIN开发的Chrome扩展程序,该扩展的主要功能是“The first 3D color selection tool with integrated eye dropper.”。
扩展截图
下载AKColor扩展crx文件
下载AKColor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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]
扩展基本信息
名称 | AKColor |
ID | njhgppihgleonhgjanbjojnpgjkfmijo |
官方URL | https://chromewebstore.google.com/detail/akcolor/njhgppihgleonhgjanbjojnpgjkfmijo |
简介 | The first 3D color selection tool with integrated eye dropper. |
文件大小 | 480 KB |
安装次数 | 5,418 |
当前版本 | 1.9.1 |
更新时间 | 2020-07-23 |
上架时间 | 2020-03-14 |
评分 | 4.88/5 共17次评分 |
开发者 | Aurélien KLEIN |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://akcolor.aklibrary.fr |
支持的语言 | 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" ] } |