DOM-JSON Tree Matcher
The tool matches DOM-JSONs detecting available and deleted HTML elements.
Qu'est-ce que DOM-JSON Tree Matcher ?
DOM-JSON Tree Matcher est une extension Chrome développée par victor013, et sa fonction principale est "The tool matches DOM-JSONs detecting available and deleted HTML elements.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DOM-JSON Tree Matcher
Téléchargez les fichiers d'extension DOM-JSON Tree Matcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | DOM-JSON Tree Matcher |
ID | dgimejmmnjlnnkijhkkmfcpndpjijing |
URL Officiel | https://chromewebstore.google.com/detail/dom-json-tree-matcher/dgimejmmnjlnnkijhkkmfcpndpjijing |
Description | The tool matches DOM-JSONs detecting available and deleted HTML elements. |
Taille du Fichier | 18.58 KB |
Nombre d'Installations | 309 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2017-08-16 |
Date de Publication | 2017-08-15 |
Développeur | victor013 |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |