Extension showDomTree
draw / print the tree of the current dom ; I juste use it for teaching
Extension showDomTreeคืออะไร?
Extension showDomTree เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pons.olivier และคุณลักษณะหลักของมันคือ "draw / print the tree of the current dom ; I juste use it for teaching"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extension showDomTree
ดาวน์โหลดไฟล์ส่วนขยาย Extension showDomTree ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Just draw or print the Dom tree using a js version of graphviz tools. This is for teaching purpose. This does not scales (because graphviz does not allows large graph/tree)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Extension showDomTree |
ID | hfpijgkdikbkmefnhfhehmdmfdldmpnh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/extension-showdomtree/hfpijgkdikbkmefnhfhehmdmfdldmpnh |
คำอธิบาย | draw / print the tree of the current dom ; I juste use it for teaching |
ขนาดไฟล์ | 751 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2019-06-01 |
วันที่เผยแพร่ | 2019-06-01 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | pons.olivier |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Extension showDomTree", "description": "draw \/ print the tree of the current dom ; I juste use it for teaching", "version": "1.1", "permissions": [ "activeTab" ], "browser_action": { "default_title": "Show DOM tree", "default_popup": "index.html" }, "icons": { "48": "icons\/tree.png", "128": "icons\/tree128.png" } } |