Extension showDomTree
draw / print the tree of the current dom ; I juste use it for teaching
什麼是Extension showDomTree?
Extension showDomTree是由pons.olivier開發的Chrome擴展程式,該擴展的主要功能是“draw / print the tree of the current dom ; I juste use it for teaching”。
擴展截圖
下載Extension showDomTree擴展crx文件
下載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 |
官方網址 | 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" } } |