UI Build Assistant
You can create layouts easily!
UI Build Assistant란 무엇입니까?
UI Build Assistant은(는) しまぶーのIT大学에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can create layouts easily!"입니다.
확장 프로그램 스크린샷
UI Build Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
UIを構築するときに便利な拡張機能です。 HTML要素に background-color と outline のCSSを付与し、 要素同士の境目を明確にすることでレイアウト崩れを防ぎます。 プログラミング・マークアップを勉強中の方向けの拡張機能になります。
확장 프로그램 기본 정보
이름 | UI Build Assistant |
ID | clbhieamajlakjobcoiheklaoldcjhjf |
공식 URL | https://chromewebstore.google.com/detail/ui-build-assistant/clbhieamajlakjobcoiheklaoldcjhjf |
설명 | You can create layouts easily! |
파일 크기 | 14.79 KB |
설치 횟수 | 14,118 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2020-04-11 |
출시 날짜 | 2020-04-09 |
평점 | 4.93/5 총 30 개의 평점 |
개발자 | しまぶーのIT大学 |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/lightsound/ui-build-assistant |
도움말 페이지 URL | https://twitter.com/shimabu_it |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UI Build Assistant", "version": "0.0.1", "manifest_version": 2, "description": "You can create layouts easily!", "permissions": [ "activeTab", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "options_page": "index.html", "background": { "scripts": [ "index.js" ] }, "browser_action": { "default_icon": { "16": "icons\/itu16.png", "32": "icons\/itu32.png", "48": "icons\/itu48.png", "128": "icons\/itu128.png" } }, "icons": { "16": "icons\/itu16.png", "32": "icons\/itu32.png", "48": "icons\/itu48.png", "128": "icons\/itu128.png" } } |