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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://abbadata.com และคุณลักษณะหลักของมันคือ "Easy, powerful, and interactive way to find unique CSS selectors for any DOM element."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

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