CSS Selector Selector

Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors

CSS Selector Selectorคืออะไร?

CSS Selector Selector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 91dave และคุณลักษณะหลักของมันคือ "Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors"

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

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

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

                        Hit Alt+Q to activate the extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CSS Selector Selector CSS Selector Selector
ID geclddjihhoihkcfcjpfhgaflodbemeo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/css-selector-selector/geclddjihhoihkcfcjpfhgaflodbemeo
คำอธิบาย Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors
ขนาดไฟล์ 42.72 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2016-02-25
วันที่เผยแพร่ 2016-02-25
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา 91dave
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "sss.css"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "sss.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors",
    "icons": {
        "48": "pointer.png"
    },
    "manifest_version": 2,
    "name": "CSS Selector Selector",
    "version": "0.4"
}