SelectorGadget

Easy, powerful CSS Selector generation.

SelectorGadgetคืออะไร?

SelectorGadget เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://selectorgadget.com และคุณลักษณะหลักของมันคือ "Easy, powerful CSS Selector generation."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SelectorGadget

ดาวน์โหลดไฟล์ส่วนขยาย SelectorGadget ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}