DOM to JSON Converter
The tool extracts element details (name, url, id, depth, value, alt, src and href) from webpage DOM. Works for iframes, too!
DOM to JSON Converterคืออะไร?
DOM to JSON Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย victor013 และคุณลักษณะหลักของมันคือ "The tool extracts element details (name, url, id, depth, value, alt, src and href) from webpage DOM. Works for iframes, too!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DOM to JSON Converter
ดาวน์โหลดไฟล์ส่วนขยาย DOM to JSON Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The "DOM to JSON Converter" extracts limited information about all nodes (such as node name, it's depth in the tree, id, src, href, alt and it's text content) from a website's DOM (Document Object Model). The nodes are all sequentially inserted into an array which is then downloaded as a JSON. The tool help users visualize and understand a website's DOM structure.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DOM to JSON Converter |
ID | eipknbkoepfidigecmlofhmhlecmhfcj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dom-to-json-converter/eipknbkoepfidigecmlofhmhlecmhfcj |
คำอธิบาย | The tool extracts element details (name, url, id, depth, value, alt, src and href) from webpage DOM. Works for iframes, too! |
ขนาดไฟล์ | 18.23 KB |
จำนวนการติดตั้ง | 428 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-08-16 |
วันที่เผยแพร่ | 2017-08-15 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | victor013 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DOM to JSON Converter", "version": "1.1", "description": "The tool extracts element details (name, url, id, depth, value, alt, src and href) from webpage DOM. Works for iframes, too!", "browser_action": { "default_title": "Download DOM as JSON" }, "background": { "scripts": [ "background.js" ] }, "offline_enabled": false, "permissions": [ "activeTab" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" } } |