Material Design Palette
Select a HTML element and change its colors based on this material design colors palette
Material Design Palette란 무엇입니까?
Material Design Palette은(는) Anderson Mamede에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select a HTML element and change its colors based on this material design colors palette"입니다.
확장 프로그램 스크린샷
Material Design Palette 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Material Design Palette is an easy-to-use extension where you select a HTML element or type in a CSS/jQuery selector and you can change, in real time, its text, background and border color using its embedded material design colors (palette). After some changes, you can just copy the generated CSS code and save on your HTML page. It is intended to make HTML elements color changing fast and easy.
확장 프로그램 기본 정보
이름 | Material Design Palette |
ID | iklaoaeikobdklaggagbapdkhamhdjoc |
공식 URL | https://chromewebstore.google.com/detail/material-design-palette/iklaoaeikobdklaggagbapdkhamhdjoc |
설명 | Select a HTML element and change its colors based on this material design colors palette |
파일 크기 | 45.83 KB |
설치 횟수 | 863 |
현재 버전 | 1.1 |
최근 업데이트 | 2016-11-04 |
출시 날짜 | 2016-11-04 |
개발자 | Anderson Mamede |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "version": "1.1", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "browser_action": { "default_icon": "icon.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "panel.html", "close.svg", "move.svg", "search.svg", "search-white.svg", "code.svg", "help.svg" ], "permissions": [ "activeTab", "storage" ] } |