Spctrm
Gather your favorite colors in one place.
Spctrm란 무엇입니까?
Spctrm은(는) Spctrm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gather your favorite colors in one place."입니다.
확장 프로그램 스크린샷
Spctrm 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
****Update**** You ask, we listen! Clicking on the hex code right now will copy it to your clipboard! TRY IT! Spctrm offers a nice, precise and efficient way for you to generate your very own color palettes! With the ability to name each palette, you'll never have to keep track of which color palette is for which project! With each export, it comes with a minimalistic design together with the hex code crying out to be used in YOUR very own project. So go ahead and click that download button to get started on making your very first Spctrm palette! [Feedbacks and bug reports] We are still in the beta stages of our release! You can shoot us an email at [email protected] If you like Spctrm, we would highly appreciate if you'd show us some love by giving us the 5 star review (: Stay tuned for more features!
확장 프로그램 기본 정보
이름 | Spctrm |
ID | ocpbmmehbdlieddfkpfippmnjgpdaphb |
공식 URL | https://chromewebstore.google.com/detail/spctrm/ocpbmmehbdlieddfkpfippmnjgpdaphb |
설명 | Gather your favorite colors in one place. |
파일 크기 | 47.12 KB |
설치 횟수 | 119 |
현재 버전 | 1.15 |
최근 업데이트 | 2018-04-21 |
출시 날짜 | 2018-04-20 |
평점 | 4.53/5 총 15 개의 평점 |
개발자 | Spctrm |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spctrm", "description": "Gather your favorite colors in one place.", "version": "1.15", "short_name": "Spctrm", "permissions": [ "storage", "tabs", "activeTab", "https:\/\/ajax.googleapis.com\/" ], "icons": { "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "Spcrtm", "default_popup": "popup.html" } } |