Extension showDomTree

draw / print the tree of the current dom ; I juste use it for teaching

Extension showDomTree là gì?

Extension showDomTree là một tiện ích mở rộng Chrome được phát triển bởi pons.olivier, và tính năng chính của nó là "draw / print the tree of the current dom ; I juste use it for teaching".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Extension showDomTree

Tải xuống các tệp mở rộng Extension showDomTree 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

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Extension showDomTree Extension showDomTree
ID hfpijgkdikbkmefnhfhehmdmfdldmpnh
URL Chính Thức https://chromewebstore.google.com/detail/extension-showdomtree/hfpijgkdikbkmefnhfhehmdmfdldmpnh
Mô tả draw / print the tree of the current dom ; I juste use it for teaching
Kích Thước Tệp 751 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-06-01
Ngày Phát Hành 2019-06-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển pons.olivier
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": "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"
    }
}