Quick Inspect Element
Quickly inspect HTML elements with a simple mouse hover.
Quick Inspect Element란 무엇입니까?
Quick Inspect Element은(는) Dat Hoang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly inspect HTML elements with a simple mouse hover."입니다.
확장 프로그램 스크린샷
Quick Inspect Element 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simplify your web development workflow with Quick Inspect Element! Ever wished you could inspect HTML elements swiftly without the hassle of opening DevTools? Now you can! The extension lets you dive deep into website elements effortlessly, allowing you to streamline your workflow and boost productivity. ********** Setup: - Install the extension from the Chrome Web Store. - Open the extension from browser toolbar and login with your Google account. - Hover on the element while holding Ctrl-key to quickly inspect the element. ********** Key Features: - Boost productivity: Speed up your development process by eliminating the need to open DevTools every time you want to inspect an element. - Inline CSS editing: Quickly edit and experiment with element CSS. - Native interface: Enjoy the user interface that you already love in Chrome DevTools. ********** Install Quick Inspect Element now and revolutionize your web development experience!
확장 프로그램 기본 정보
이름 | Quick Inspect Element |
ID | dohlilhbkbmfjnaaeieffljfccgbcdoc |
공식 URL | https://chromewebstore.google.com/detail/quick-inspect-element/dohlilhbkbmfjnaaeieffljfccgbcdoc |
설명 | Quickly inspect HTML elements with a simple mouse hover. |
파일 크기 | 358 KB |
설치 횟수 | 492 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2023-11-14 |
출시 날짜 | 2023-11-08 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | Dat Hoang |
이메일 | [email protected] |
결제 유형 | in_app |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quick Inspect Element", "version": "1.0.4", "description": "Quickly inspect HTML elements with a simple mouse hover.", "icons": { "32": "images\/icons\/icon-32.png", "48": "images\/icons\/icon-48.png", "128": "images\/icons\/icon-128.png" }, "action": { "default_icon": "images\/icons\/icon-32.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "styles\/content.scss" ], "js": [ "scripts\/vendor.js", "scripts\/content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "background": { "service_worker": "scripts\/background.js" }, "permissions": [ "storage", "identity" ], "oauth2": { "client_id": "959348519275-0ppf2qf56gt11mu4lruubkh46cfgotd8.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] } } |