CSS Selector Helper

Dev Tools sidebar that aids finding unique CSS selectors for Selenium WebDriver tests.

CSS Selector Helperคืออะไร?

CSS Selector Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jlawrence6809 และคุณลักษณะหลักของมันคือ "Dev Tools sidebar that aids finding unique CSS selectors for Selenium WebDriver tests."

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

screenshot
screenshot

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

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

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

                        CSS Selector Helper makes finding the right CSS selector on a web page much quicker and easier than digging through the HTML. Unlike other tools meant to help you locate CSS selectors, this extension allows you to choose the selectors manually, so that they can match up better with the structure of the page as it was designed.                    

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

ชื่อ CSS Selector Helper CSS Selector Helper
ID gddgceinofapfodcekopkjjelkbjodin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/css-selector-helper/gddgceinofapfodcekopkjjelkbjodin
คำอธิบาย Dev Tools sidebar that aids finding unique CSS selectors for Selenium WebDriver tests.
ขนาดไฟล์ 91.27 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2022-06-03
วันที่เผยแพร่ 2019-05-17
คะแนน 3.74/5 รวมทั้งหมด 53 คะแนน
ผู้พัฒนา jlawrence6809
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSS Selector Helper",
    "description": "Dev Tools sidebar that aids finding unique CSS selectors for Selenium WebDriver tests.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoyUSrNiwCi+AiMexv4YruM+sxVy6SUIlmpNrZjjLNFuzDbdWBH3C6etj\/rkv5Nvz2tlhVtliukxEaaA6vRrDeig1sxIyXNg5csIpKxV1gEoDWMbuMKVfCt9MityjWWADY56LN4hG22B5YdDwDq0Mx2ty93YxVfSgrxma5HtGH1q+MhgFsVcOB3MLM17lwNTZ6e6J8BXOWK0oOs5idxZBVhSxm6jz2\/lt7ISVSkWF4VKZCumxJQJ3WxyiQ+iI9c8KJ4IGPjuz7nNYDQPVSGwf3KQvrFvr5tYOcIE9jG1XaitweHAPymAzoUAUMKTq7qm2Z\/UJ7EHdtyt0hm+A3sx1mQIDAQAB",
    "version": "2.0.2",
    "devtools_page": "devtools.html",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Open the popup"
    },
    "content_security_policy": {
        "devtools_page": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icon_128.png"
    }
}