DOM-JSON Tree Matcher

The tool matches DOM-JSONs detecting available and deleted HTML elements.

Wat is DOM-JSON Tree Matcher?

DOM-JSON Tree Matcher is een Chrome-extensie ontwikkeld door victor013, en de belangrijkste functie is "The tool matches DOM-JSONs detecting available and deleted HTML elements.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DOM-JSON Tree Matcher

Download DOM-JSON Tree Matcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DOM-JSON Tree Matcher DOM-JSON Tree Matcher
ID dgimejmmnjlnnkijhkkmfcpndpjijing
Officiële URL https://chromewebstore.google.com/detail/dom-json-tree-matcher/dgimejmmnjlnnkijhkkmfcpndpjijing
Beschrijving The tool matches DOM-JSONs detecting available and deleted HTML elements.
Bestandsgrootte 18.58 KB
Aantal Installaties 309
Huidige Versie 1.5
Laatst Bijgewerkt 2017-08-16
Publicatiedatum 2017-08-15
Ontwikkelaar victor013
Betalingswijze free
Ondersteunde Talen 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"
    }
}