CSS Inspector
An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click.
CSS Inspector란 무엇입니까?
CSS Inspector은(는) https://cssinspector.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click."입니다.
확장 프로그램 스크린샷
CSS Inspector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
⚡️CSS Inspector is the easiest & fastest way to inspect/edit live webpages without coding. It's simple, just click & copy Features 🔎 Get CSS Properties simply by selecting an element 🎨 Get the color palette from any website 🖍 Get a color reading from any point in your browser, elements or images, and paste it 📏 Get distance between elements in the page 🅰 Inspect fonts, color and other font properties. All typographies in one place One time purchase CSS Inspector is a one-time purchase extension, and all updates are included with it. No subscriptions, and no further surprises :)
확장 프로그램 기본 정보
이름 | CSS Inspector |
ID | ncgpjidaohcjajcpafgagmejnooepbml |
공식 URL | https://chromewebstore.google.com/detail/css-inspector/ncgpjidaohcjajcpafgagmejnooepbml |
설명 | An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click. |
파일 크기 | 2.57 MB |
설치 횟수 | 7,078 |
현재 버전 | 1.2.10 |
최근 업데이트 | 2021-05-03 |
출시 날짜 | 2020-05-25 |
평점 | 2.52/5 총 63 개의 평점 |
개발자 | https://cssinspector.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://cssinspector.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS Inspector", "version": "1.2.10", "description": "An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click.", "browser_action": { "default_icon": "images\/app-icon.png", "default_title": "CSS Inspector" }, "icons": { "16": "images\/app-icon.png", "48": "images\/app-icon.png", "128": "images\/app-icon--big.png", "184": "images\/app-icon--big.png" }, "content_scripts": [ { "matches": [ " |