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 |
公式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" } } |