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はJoel Saupeによって開発されたChromeの拡張機能で、その主な機能は「Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.」です。
拡張機能のスクリーンショット
HTML Tree Generator拡張機能のCRXファイルをダウンロード
HTML Tree Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |