Carbon Devtools
A basic set of tools for teams building live Carbon pages.
Carbon Devtools란 무엇입니까?
Carbon Devtools은(는) Carbon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A basic set of tools for teams building live Carbon pages."입니다.
확장 프로그램 스크린샷
Carbon Devtools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Carbon Devtools provides designers, developers, and QA teams collaborating to build Carbon pages with a simple toolset. The tool helps visualize Carbon's 2x grid over any live page, and provides basic insights into the usage of components and patterns on a given page to help users understand how the Carbon Design System is being used. Align to grid Use the grid overlay to lay the 2x and mini unit grids on top of your live page to quickly check its alignment and layout. Identify tokens Switch between a number of options like color, spacing, and typography to quickly identify Carbon’s usage. Component list Quickly get an inventory of all the Carbon components being used within a live page.
확장 프로그램 기본 정보
이름 | Carbon Devtools |
ID | oejjaglcafcolafkjecfkoojgnpfpgca |
공식 URL | https://chromewebstore.google.com/detail/carbon-devtools/oejjaglcafcolafkjecfkoojgnpfpgca |
설명 | A basic set of tools for teams building live Carbon pages. |
파일 크기 | 303 KB |
설치 횟수 | 1,026 |
현재 버전 | 2.7.7 |
최근 업데이트 | 2022-01-20 |
출시 날짜 | 2020-07-22 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Carbon |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/carbon-design-system/devtools |
도움말 페이지 URL | https://github.com/carbon-design-system/devtools |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Carbon Devtools", "version": "2.7.7", "manifest_version": 2, "description": "A basic set of tools for teams building live Carbon pages.", "author": "James Dow", "permissions": [ "activeTab", "storage", "https:\/\/*.mybluemix.net\/*", "https:\/\/*.carbondesignsystem.com\/*" ], "background": { "scripts": [ "\/background\/index.js" ], "persistent": false }, "web_accessible_resources": [ "\/inject\/index.css" ], "icons": { "16": "\/media\/16x16-mid.png", "32": "\/media\/32x32-mid.png", "48": "\/media\/48x48-mid.png", "64": "\/media\/64x64-mid.png", "128": "\/media\/128x128-mid.png" }, "browser_action": { "default_popup": "\/popup\/index.html" }, "options_ui": { "page": "\/options\/index.html", "open_in_tab": false } } |