Selector Finder

Identifies DOM location, selector and properties of any object in any web page.

Selector Finderคืออะไร?

Selector Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ReCreate Ideas และคุณลักษณะหลักของมันคือ "Identifies DOM location, selector and properties of any object in any web page."

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

screenshot

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

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

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

                        [ ⌥ option or Alt ] + left click on the object to start then use the navigation console and the tools provided to research and customise your selectors.


Changelog:
Ver 3.1.0 *pulse border for selected node + fix query bug + removed unused resources"
Ver 3.0.0 *cleaned up code and UI
Ver 2.0.27 *using unobfuscated libraries
Ver 2.0.26 *Reduced code
Ver 2.0.25 *added support for names as optimised queries
Ver 2.0.24 *full support for special characters in queries
Ver 2.0.2 *Compacted UI*
Ver 2.0.1 *Converted UI into iframe for maximum compatibility*
Ver 1.0.9x *added extra CSS compatibility*
Ver 1.0.8 *improved code performance*
Ver 1.0.7 *added extra CSS compatibility, improved draggable UI, removed possibility to run SF on UI itself*
Ver 1.0.6 *added extra CSS compatibility, included first-child/ last-child properties*
Ver 1.0.5 *added extra CSS compatibility, introduced draggable UI*                    

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

ชื่อ Selector Finder Selector Finder
ID aleacfocnimnddplebbpbfedfagnckcc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/selector-finder/aleacfocnimnddplebbpbfedfagnckcc
คำอธิบาย Identifies DOM location, selector and properties of any object in any web page.
ขนาดไฟล์ 333 KB
จำนวนการติดตั้ง 765
เวอร์ชันปัจจุบัน 3.1.0
อัปเดตครั้งล่าสุด 2021-07-22
วันที่เผยแพร่ 2018-12-21
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา ReCreate Ideas
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/recreateideas/selector_finder
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selector Finder",
    "short_name": "*_SF_*",
    "description": "Identifies DOM location, selector and properties of any object in any web page.",
    "version": "3.1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Selector Finder",
        "default_popup": "html\/popup.html",
        "default_icon": "icons\/icon.png",
        "default_action": "modules\/onLoadModule.js"
    },
    "content_scripts": [
        {
            "js": [
                "chrome_extension.js",
                "libraries\/jquery-3.3.1.min.js",
                "modules\/onLoadModule.js",
                "modules\/messageCenter.js",
                "modules\/compileDataModule.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "libraries\/jquery-3.3.1.min.js",
        "libraries\/jquery-ui.min.js",
        "html\/iframe.html",
        "modules\/iframeEvents.js",
        "css\/fstyle.css",
        "css\/scrollbar.css",
        "css\/fonts.css",
        "css\/recreate_smallstyle.css",
        "icons\/icon_clear60.png",
        "icons\/Recreate_GREY.png"
    ],
    "permissions": [
        ""
    ]
}