jQuery Unique Selector
Find the unique selector for any element on page.
jQuery Unique Selectorคืออะไร?
jQuery Unique Selector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://20paths.com และคุณลักษณะหลักของมันคือ "Find the unique selector for any element on page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย jQuery Unique Selector
ดาวน์โหลดไฟล์ส่วนขยาย jQuery Unique Selector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Find the unique selector for any element on page It will find an optimal selector that’s unique to the element selected. Highlight the elemt with mouse and for the elements that cannot be accessed with mouse you can pick the parents of any element. Very useful for quickly getting selector for any element for testing frameworks and writing selector based jQuery code.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | jQuery Unique Selector |
ID | cmdmlphjbobhblimniofbnlfkmpcjlgd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jquery-unique-selector/cmdmlphjbobhblimniofbnlfkmpcjlgd |
คำอธิบาย | Find the unique selector for any element on page. |
ขนาดไฟล์ | 80.23 KB |
จำนวนการติดตั้ง | 6,827 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2015-09-21 |
วันที่เผยแพร่ | 2015-09-21 |
คะแนน | 2.88/5 รวมทั้งหมด 33 คะแนน |
ผู้พัฒนา | https://20paths.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://20paths.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "jQuery Unique Selector", "version": "0.1.1", "description": "Find the unique selector for any element on page.", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "css_selector_icon_128.png", "default_title": "Click to start" }, "icons": { "128": "css_selector_icon_128.png", "48": "css_selector_icon_48.png", "16": "css_selector_icon_16.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [], "js": [ "js\/jquery.js", "js\/jquery.hotkeys.js", "\/js\/jquery.hoverIntent.js", "\/src\/dom-selector.js", "\/src\/highlighter.js", "\/src\/jquery.ct.js", "\/js\/main.js" ] } ], "web_accessible_resources": [ "**.css", "**.html", "**.js", "**.png", "**.gif", "**.map" ], "permissions": [ "activeTab" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |