DOM-JSON Tree Matcher
The tool matches DOM-JSONs detecting available and deleted HTML elements.
ما هو DOM-JSON Tree Matcher؟
DOM-JSON Tree Matcher هو إضافة Chrome تم تطويرها بواسطة victor013، والميزة الرئيسية لها هي "The tool matches DOM-JSONs detecting available and deleted HTML elements.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DOM-JSON Tree Matcher
قم بتنزيل ملفات الامتداد DOM-JSON Tree Matcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } } |