Simple Material Design Palette

No-nonsense palette for Google's Material Design Colors

Simple Material Design Palette란 무엇입니까?

Simple Material Design Palette은(는) Santhosh Sundar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "No-nonsense palette for Google's Material Design Colors"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Simple Material Design Palette 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A no-nonsense palette for Google's Material Design Colors that you can access right within the browser without having to leave the tab and even offline. 

Available in HEX, RGB and RGBA color models.

Fork on Github: https://github.com/keplerlab/Interactive/tree/master/material-colors-palette                    

확장 프로그램 기본 정보

이름 Simple Material Design Palette Simple Material Design Palette
ID onaeadclbaeleijcfmmhopgmmmpedifa
공식 URL https://chromewebstore.google.com/detail/simple-material-design-pa/onaeadclbaeleijcfmmhopgmmmpedifa
설명 No-nonsense palette for Google's Material Design Colors
파일 크기 137 KB
설치 횟수 3,622
현재 버전 1.0.3
최근 업데이트 2022-03-05
출시 날짜 2015-11-07
평점 4.89/5 총 36 개의 평점
개발자 Santhosh Sundar
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.gigacore.in
도움말 페이지 URL https://github.com/keplerlab/Interactive/tree/master/material-colors-palette
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Material Design Palette",
    "description": "No-nonsense palette for Google's Material Design Colors",
    "version": "1.0.3",
    "icons": {
        "128": "icon.png"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "Simple Material Design Palette"
    }
}