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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |