Missing HTML element ID finder
The extension searches the currently loaded DOM for HTML elements that do not have an element.id Attribute and highlights them.…
Missing HTML element ID finderคืออะไร?
Missing HTML element ID finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CloudMPower และคุณลักษณะหลักของมันคือ "The extension searches the currently loaded DOM for HTML elements that do not have an element.id Attribute and highlights them.…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Missing HTML element ID finder
ดาวน์โหลดไฟล์ส่วนขยาย Missing HTML element ID finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension searches the currently loaded DOM for HTML elements that do not have an element.id Attribute and highlights them. Specifying an ID helps in several ways. 1. While writing tests in automation tools like Cypress.js it is easier write tests if the elements have an id associated with them. Especially true for your input and button fields. 2. Helping accessibility tools like screen readers by having a meaningful ID rather than a browser generated one. This tool is like a visual linter that highlights the elements that do not have an element.id associated with it. Can be used by developers and tests as part of the development cycle. For feedback please write to [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Missing HTML element ID finder |
ID | oldocpdlkahkdaeoiajmklndchkicgga |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/missing-html-element-id-f/oldocpdlkahkdaeoiajmklndchkicgga |
คำอธิบาย | The extension searches the currently loaded DOM for HTML elements that do not have an element.id Attribute and highlights them.… |
ขนาดไฟล์ | 4.89 KB |
จำนวนการติดตั้ง | 80 |
เวอร์ชันปัจจุบัน | 1.01 |
อัปเดตครั้งล่าสุด | 2021-10-26 |
วันที่เผยแพร่ | 2021-08-26 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | CloudMPower |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Missing HTML element ID finder", "version": "1.01", "permissions": [ "activeTab" ], "browser_action": { "default_popup": "popup.html" }, "manifest_version": 2 } |