DOM-JSON Tree Matcher
The tool matches DOM-JSONs detecting available and deleted HTML elements.
DOM-JSON Tree Matcher là gì?
DOM-JSON Tree Matcher là một tiện ích mở rộng Chrome được phát triển bởi victor013, và tính năng chính của nó là "The tool matches DOM-JSONs detecting available and deleted HTML elements.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DOM-JSON Tree Matcher
Tải xuống các tệp mở rộng DOM-JSON Tree Matcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DOM-JSON Tree Matcher |
ID | dgimejmmnjlnnkijhkkmfcpndpjijing |
URL Chính Thức | https://chromewebstore.google.com/detail/dom-json-tree-matcher/dgimejmmnjlnnkijhkkmfcpndpjijing |
Mô tả | The tool matches DOM-JSONs detecting available and deleted HTML elements. |
Kích Thước Tệp | 18.58 KB |
Số Lần Cài Đặt | 309 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2017-08-16 |
Ngày Phát Hành | 2017-08-15 |
Nhà Phát Triển | victor013 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |