Palette Creator
Creates a color palette from any image. Just right-click on the image and select the “Palette Creator” option.
Palette Creator란 무엇입니까?
Palette Creator은(는) Walter Garcia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates a color palette from any image. Just right-click on the image and select the “Palette Creator” option."입니다.
확장 프로그램 스크린샷
Palette Creator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Create a color palette from any image. Just right-click on the image and select the "Palette Creator" option. Do you want to create a color palette that matches an image from your website? Maybe you just want to grab some colors for inspiration? Then this extension is for you! Palette Creator allows you to make a color pallet from any image or picture for further using in the creation. Usually you perform several searches until finally, you'd found required color. Plus! no needs navigating to a ton of different sites for content. Features: -Generate palette from images. -Download result in .GPL Choose the number of palette colors you want to create. Don't forget to rate us ***** Reviews!
확장 프로그램 기본 정보
이름 | Palette Creator |
ID | iofmialeiddolmdlkbheakaefefkjokp |
공식 URL | https://chromewebstore.google.com/detail/palette-creator/iofmialeiddolmdlkbheakaefefkjokp |
설명 | Creates a color palette from any image. Just right-click on the image and select the “Palette Creator” option. |
파일 크기 | 555 KB |
설치 횟수 | 119,846 |
현재 버전 | 2.3.5 |
최근 업데이트 | 2023-03-18 |
출시 날짜 | 2020-04-21 |
평점 | 4.80/5 총 61 개의 평점 |
개발자 | Walter Garcia |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_name__", "description": "__MSG_description__", "version": "2.3.5", "minimum_chrome_version": "45.0", "icons": { "16": "assets\/icon_16.png", "19": "assets\/icon_19.png", "32": "assets\/icon_32.png", "38": "assets\/icon_38.png", "128": "assets\/icon_128.png", "256": "assets\/icon_256.png", "512": "assets\/icon_512.png" }, "background": { "page": "background.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "clipboardWrite", "contextMenus", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |