SelectorGadget

Easy, powerful CSS Selector generation.

SelectorGadget란 무엇입니까?

SelectorGadget은(는) https://selectorgadget.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy, powerful CSS Selector generation."입니다.

확장 프로그램 스크린샷

screenshot

SelectorGadget 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Selector Gadget is an open source Chrome Extension that makes CSS selector generation and discovery on complicated sites a breeze.

After having installed the extension, go to any page and launch it. A box will open in the bottom right of the website. Click on a page element that you would like your selector to match (it will turn green). SelectorGadget will then generate a minimal CSS selector for that element, and will highlight (yellow) everything that is matched by the selector. Now click on a highlighted element to remove it from the selector (red), or click on an unhighlighted element to add it to the selector. Through this process of selection and rejection, SelectorGadget helps you come up with the perfect CSS selector for your needs.

There is a tutorial video and a bookmarklet version available at https://selectorgadget.com                    

확장 프로그램 기본 정보

이름 SelectorGadget SelectorGadget
ID mhjhnkcfbdhnjickkkdbjoemdmbfginb
공식 URL https://chromewebstore.google.com/detail/selectorgadget/mhjhnkcfbdhnjickkkdbjoemdmbfginb
설명 Easy, powerful CSS Selector generation.
파일 크기 86.66 KB
설치 횟수 202,700
현재 버전 1.2.0
최근 업데이트 2022-08-03
출시 날짜 2020-05-18
평점 4.51/5 총 105 개의 평점
개발자 https://selectorgadget.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://selectorgadget.com
도움말 페이지 URL https://github.com/cantino/selectorgadget
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "name": "SelectorGadget",
    "homepage_url": "http:\/\/selectorgadget.com",
    "description": "Easy, powerful CSS Selector generation.",
    "version": "1.2.0",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "19": "icons\/action19x19.png",
            "38": "icons\/action38x38.png"
        },
        "default_title": "SelectorGadget"
    }
}