CSS Selector Tester

Highlight the elements matching a given CSS selector.

CSS Selector Tester란 무엇입니까?

CSS Selector Tester은(는) sklab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlight the elements matching a given CSS selector."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

CSS Selector Tester 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension highlights elements specified by CSS selectors.

For web design or web scraping, you will be able to identify elements specified by CSS selectors more easily than with the Chrome Developer Tools.

It's easy to use.
1. Click on the extension's icon.
2. Type in the CSS selectors.
3. Press Enter or click the TEST button.

=== Release notes ===
Version 1.1    2023-10-06
[new feature]  
  "History"
  The input history of the selector can now be displayed.                    

확장 프로그램 기본 정보

이름 CSS Selector Tester CSS Selector Tester
ID gkdinamekianhihakaefhphphhodpgha
공식 URL https://chromewebstore.google.com/detail/css-selector-tester/gkdinamekianhihakaefhphphhodpgha
설명 Highlight the elements matching a given CSS selector.
파일 크기 30.87 KB
설치 횟수 2,061
현재 버전 1.1
최근 업데이트 2023-10-08
출시 날짜 2023-05-08
평점 5.00/5 총 2 개의 평점
개발자 sklab
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSS Selector Tester",
    "description": "Highlight the elements matching a given CSS selector.",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "CSS Selector Tester",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon\/CSS_Selector_Tester16.png",
        "32": "icon\/CSS_Selector_Tester32.png",
        "48": "icon\/CSS_Selector_Tester48.png",
        "128": "icon\/CSS_Selector_Tester128.png"
    },
    "author": "sklab"
}