Attribute Reporter
Dev Tools Extension to report on elements attributes and copy their value as text or xpath expression
Vad är Attribute Reporter?
Attribute Reporter är en Chrome-tillägg utvecklad av https://damianofusco.com, och dess huvudfunktion är "Dev Tools Extension to report on elements attributes and copy their value as text or xpath expression".
Tilläggsskärmbilder
Ladda ner Attribute Reporter-förlängningens CRX-fil
Ladda ner Attribute Reporter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A dev tools extension that allows to inspect Html elements attributes by name or custom name and display a list with their values or missing values. It is possible to copy the value to the clipboard or the xpath expression to enable developers to quickly debug xpath expression selectors and validate their attributes can be selectable or are missing values etc.
Grundläggande Information om Tillägg
Namn | Attribute Reporter |
ID | agoffnfbofbgggpdoikchockhdekmkck |
Officiell webbadress | https://chromewebstore.google.com/detail/attribute-reporter/agoffnfbofbgggpdoikchockhdekmkck |
Beskrivning | Dev Tools Extension to report on elements attributes and copy their value as text or xpath expression |
Filstorlek | 84.67 KB |
Antal Installationer | 27 |
Aktuell Version | 1.5 |
Senast Uppdaterad | 2023-01-07 |
Publiceringsdatum | 2020-08-17 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | https://damianofusco.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.damianofusco.com |
Hjälpsida URL | https://www.damianofusco.com |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Attribute Reporter", "version": "1.5", "description": "Dev Tools Extension to report on elements attributes and copy their value as text or xpath expression", "author": "Damiano Fusco", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png", "256": "icon-256.png" }, "content_scripts": [ { "matches": [ " |