CSS and XPath checker
A helper tool for to confirm CSS and XPath selector.
CSS and XPath checkerคืออะไร?
CSS and XPath checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://takaki-web.media-as.org และคุณลักษณะหลักของมันคือ "A helper tool for to confirm CSS and XPath selector."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSS and XPath checker
ดาวน์โหลดไฟล์ส่วนขยาย CSS and XPath checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This tool helps to check CSS and XPath selector. It displays elements which specified by selector with highlight.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CSS and XPath checker |
ID | aoinfihhckpkkcpholfhmkeplbhddipe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/css-and-xpath-checker/aoinfihhckpkkcpholfhmkeplbhddipe |
คำอธิบาย | A helper tool for to confirm CSS and XPath selector. |
ขนาดไฟล์ | 75.17 KB |
จำนวนการติดตั้ง | 23,384 |
เวอร์ชันปัจจุบัน | 0.23.0 |
อัปเดตครั้งล่าสุด | 2023-10-03 |
วันที่เผยแพร่ | 2019-11-07 |
คะแนน | 2.73/5 รวมทั้งหมด 44 คะแนน |
ผู้พัฒนา | https://takaki-web.media-as.org |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gitlab.com/takatan/cxchecker-extension |
URL หน้าช่วยเหลือ | https://gitlab.com/takatan/cxchecker-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSS and XPath checker", "author": "TANIGUCHI Takaki", "version": "0.23.0", "manifest_version": 3, "description": "A helper tool for to confirm CSS and XPath selector.", "icons": { "16": "assets\/icons\/icon-16.png", "24": "assets\/icons\/icon-24.png", "64": "assets\/icons\/icon-64.png", "128": "assets\/icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content\/content.js" ] } ], "permissions": [ "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_icon": { "16": "assets\/icons\/icon-16.png", "48": "assets\/icons\/icon-48.png" }, "default_title": "CSS and XPath checker", "default_popup": "popup\/index.html" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "content\/*", "options\/*", "popup\/*", "background\/*" ], "matches": [ " |