DOM-JSON Tree Matcher
The tool matches DOM-JSONs detecting available and deleted HTML elements.
Cos'è DOM-JSON Tree Matcher?
DOM-JSON Tree Matcher è un'estensione di Chrome sviluppata da victor013, e la sua funzione principale è "The tool matches DOM-JSONs detecting available and deleted HTML elements.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DOM-JSON Tree Matcher
Scarica i file di estensione DOM-JSON Tree Matcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The "DOM-JSON Tree Matcher" allows users to match JSON data extracted from "DOM to JSON Converter" and "Dom to JSON Selector". The Tree Matcher reads the json data and tries to find elements on the basis of name, id, src, herf and alt. In case of '#text' type elements, it matches the text. * Click on the extension icon to open up the "DOM-JSON Tree Matcher" popup. * Copy the DOM-JSON data of the pattern element (the one you need to find) in 'Anchor JSON' textarea. * Copy the DOM-JSON data of the text element (the you need to find the pattern in) in 'Web Page JSON' textarea. * Click 'Match Trees' to get the details of elements found/deleted/changed. The output is printed in 'Console' within the extension popup.
Informazioni di Base sull'Estensione
Nome | DOM-JSON Tree Matcher |
ID | dgimejmmnjlnnkijhkkmfcpndpjijing |
URL Ufficiale | https://chromewebstore.google.com/detail/dom-json-tree-matcher/dgimejmmnjlnnkijhkkmfcpndpjijing |
Descrizione | The tool matches DOM-JSONs detecting available and deleted HTML elements. |
Dimensione del File | 18.58 KB |
Conteggio Installazioni | 309 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2017-08-16 |
Data di Pubblicazione | 2017-08-15 |
Sviluppatore | victor013 |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DOM-JSON Tree Matcher", "version": "1.5", "description": "The tool matches DOM-JSONs detecting available and deleted HTML elements.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "DOM-JSON Tree Matcher", "default_popup": "popup.html" } } |