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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}