ABBAdata CSS Selector Finder

Easy, powerful, and interactive way to find unique CSS selectors for any DOM element.

ABBAdata CSS Selector Finder란 무엇입니까?

ABBAdata CSS Selector Finder은(는) https://abbadata.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy, powerful, and interactive way to find unique CSS selectors for any DOM element."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Find unique CSS Selectors on any page element using a control panel that constantly updates as elements are clicked on.

Contains the following features:
- Highly customizable CSS selector generation:
  - Enable/Disable IDs, class names, tag names
  - Filter out specific IDs, class names, tag names
  - Use specific attributes and/or attribute values
  - Use alternate selector root elements

-  Easy interface for testing arbitrary CSS selectors and seeing all matched elements get highlighted, as well as getting a total count of matched elements

- Easy navigation through DOM tree using alternate navigation feature. This enabled non-displayed elements to be selected                    

확장 프로그램 기본 정보

이름 ABBAdata CSS Selector Finder ABBAdata CSS Selector Finder
ID mjbofijjejpdldklldknobfegdjmmlbc
공식 URL https://chromewebstore.google.com/detail/abbadata-css-selector-fin/mjbofijjejpdldklldknobfegdjmmlbc
설명 Easy, powerful, and interactive way to find unique CSS selectors for any DOM element.
파일 크기 336 KB
설치 횟수 484
현재 버전 0.1
최근 업데이트 2020-12-12
출시 날짜 2020-06-02
평점 5.00/5 총 2 개의 평점
개발자 https://abbadata.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://abbadata.com/selector_finder.html
도움말 페이지 URL https://github.com/abbadata/css_selector_finder/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "CSS Selector Finder",
    "name": "ABBAdata CSS Selector Finder",
    "version": "0.1",
    "description": "Easy, powerful, and interactive way to find unique CSS selectors for any DOM element.",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "\/static\/js\/background\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "ABBAdata CSS Selector Finder",
        "default_popup": "\/popup.html"
    },
    "icons": {
        "16": "\/images\/abba16.png",
        "48": "\/images\/abba48.png",
        "128": "\/images\/abba128.png"
    },
    "web_accessible_resources": [
        "\/static\/js\/content.css",
        "\/static\/js\/content.js.map"
    ]
}