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
官方網址 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"
    }
}