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 CloudMPower द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension searches the currently loaded DOM for HTML elements that do not have an element.id Attribute and highlights them.…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Missing HTML element ID finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |