DOM-JSON Tree Matcher

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

DOM-JSON Tree Matcherとは何ですか?

DOM-JSON Tree Matcherはvictor013によって開発されたChromeの拡張機能で、その主な機能は「The tool matches DOM-JSONs detecting available and deleted HTML elements.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

DOM-JSON Tree Matcher拡張機能のCRXファイルをダウンロード

DOM-JSON Tree Matcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 DOM-JSON Tree Matcher DOM-JSON Tree Matcher
ID dgimejmmnjlnnkijhkkmfcpndpjijing
公式URL https://chromewebstore.google.com/detail/dom-json-tree-matcher/dgimejmmnjlnnkijhkkmfcpndpjijing
説明 The tool matches DOM-JSONs detecting available and deleted HTML elements.
ファイルサイズ 18.58 KB
インストール数 309
現在のバージョン 1.5
最終更新日 2017-08-16
公開日 2017-08-15
開発者 victor013
支払い方法 free
対応言語 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"
    }
}