HTML Tree Generator

Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.

HTML Tree Generatorคืออะไร?

HTML Tree Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joel Saupe และคุณลักษณะหลักของมันคือ "Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML Tree Generator

ดาวน์โหลดไฟล์ส่วนขยาย HTML Tree Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HTML Tree Generator HTML Tree Generator
ID dlbbmhhaadfnbbdnjalilhdakfmiffeg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/html-tree-generator/dlbbmhhaadfnbbdnjalilhdakfmiffeg
คำอธิบาย Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.
ขนาดไฟล์ 22.97 KB
จำนวนการติดตั้ง 123,757
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-08-20
วันที่เผยแพร่ 2015-08-20
คะแนน 4.26/5 รวมทั้งหมด 38 คะแนน
ผู้พัฒนา Joel Saupe
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML Tree Generator",
    "description": "Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.",
    "version": "1.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}