Mosaic
Hunt your hues. Directly from your browser.
Mosaic란 무엇입니까?
Mosaic은(는) SRMKZILLA에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hunt your hues. Directly from your browser."입니다.
확장 프로그램 스크린샷
Mosaic 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Mosaic is your new BFF for generating the perfect palette for your UI. Generate beautiful complimentary colors randomly or from our trusted trending palettes. We created Mosaic so that designers don't lose vision while creating a UI. It is FAST.SIMPLE.BEAUTIFUL. If you find a hex code that you want to incorporate in your design, simply add it to the palette and it is now housed on your browser! Fixated on a color? Lock your eyes on it. Mosaic allows you to lock a particular color and generate complementary others so that you never have to say goodbye to those amazing shades. Create.Snap.Share! Loving your palette that Mosaic created? Save it as a .png and share it with your team!
확장 프로그램 기본 정보
이름 | |
ID | eimhoaekjnojedgcoikkiijnphklhfml |
공식 URL | https://chrome.google.com/webstore/detail/mosaic/eimhoaekjnojedgcoikkiijnphklhfml |
설명 | Hunt your hues. Directly from your browser. |
파일 크기 | 769 KB |
설치 횟수 | 763 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2020-08-20 |
출시 날짜 | 2020-08-18 |
평점 | 4.89/5 총 18 개의 평점 |
개발자 | SRMKZILLA |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/srm-kzilla/mosaic |
도움말 페이지 URL | https://github.com/srm-kzilla/mosaic/issues |
개인정보 보호 정책 페이지 URL | https://srmkzilla.net/projects/mosaic/policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mosaic", "version": "1.0.1", "description": "Hunt your hues. Directly from your browser.", "short_name": "Mosaic", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-cFyNkAh74muYbIHXxMOavrIesmPaGdNlvgLGgwG4KoE='; object-src 'self'" } |