Palette Ninja
Palette Ninja is an online tool that allows you to create harmonious color schemes.
Palette Ninja란 무엇입니까?
Palette Ninja은(는) http://palette.ninja에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Palette Ninja is an online tool that allows you to create harmonious color schemes."입니다.
확장 프로그램 스크린샷
Palette Ninja 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Generate awesome color palettes either randomly or manually via a handy user interface. You can also save a palette for later access.
확장 프로그램 기본 정보
이름 | |
ID | aiciopeddnenljjhfhpaonfohefjblnk |
공식 URL | https://chrome.google.com/webstore/detail/palette-ninja/aiciopeddnenljjhfhpaonfohefjblnk |
설명 | Palette Ninja is an online tool that allows you to create harmonious color schemes. |
파일 크기 | 29.78 KB |
설치 횟수 | 711 |
현재 버전 | 0.2.2 |
최근 업데이트 | 2015-04-07 |
출시 날짜 | 2015-04-07 |
평점 | 3.60/5 총 5 개의 평점 |
개발자 | http://palette.ninja |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://palette.ninja/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Palette Ninja", "description": "Palette Ninja is an online tool that allows you to create harmonious color schemes.", "version": "0.2.2", "homepage_url": "http:\/\/palette.ninja\/", "icons": { "256": "icon256.png", "128": "icon128.png", "38": "icon38.png", "16": "icon16.png" }, "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": { "38": "icon38.png" }, "default_title": "palette.ninja" }, "externally_connectable": { "matches": [ "*:\/\/palette.ninja\/*" ] }, "permissions": [ "storage", "notifications" ], "manifest_version": 2 } |