Style inspect
Check all unique style been used in this page
Style inspect란 무엇입니까?
Style inspect은(는) liangl1412에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check all unique style been used in this page"입니다.
확장 프로그램 스크린샷
Style inspect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extract all unique style like font size, font color and background color that generate into a viewable style guide for user with just one click No more digging into code or inspect elements to try to figure out what kind style guideline has been used in this page. Easier way to spot any unexpected color or font size been used in the page and have the ability to toggle corresponding element with highlight border Ability to bulk update all elements that use the same color real time More unique style data available in the console for developer to use
확장 프로그램 기본 정보
이름 | Style inspect |
ID | glkjdigblpcpjidkmadoeceklgmlalpb |
공식 URL | https://chromewebstore.google.com/detail/style-inspect/glkjdigblpcpjidkmadoeceklgmlalpb |
설명 | Check all unique style been used in this page |
파일 크기 | 68.72 KB |
설치 횟수 | 92 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-01-05 |
출시 날짜 | 2021-01-05 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | liangl1412 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Style inspect", "version": "1.1", "author": "Yi Zhou", "description": "Check all unique style been used in this page", "browser_action": { "default_icon": "images\/off.png" }, "background": { "scripts": [ ".\/background.js" ] }, "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2 } |