Site DOM Tree
Quickly analyze a website's DOM tree
Site DOM Treeとは何ですか?
Site DOM TreeはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Quickly analyze a website's DOM tree」です。
拡張機能のスクリーンショット
Site DOM Tree拡張機能のCRXファイルをダウンロード
Site DOM Tree拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly preview any website's DOM tree in a chart using Highcharts.js. Also displays the number of node elements and the depth of every element. 拡張機能の基本情報
| 名前 | |
| ID | heflndjaabdpflafhdboiijhahgmffch |
| 公式URL | https://chromewebstore.google.com/detail/site-dom-tree/heflndjaabdpflafhdboiijhahgmffch |
| 説明 | Quickly analyze a website's DOM tree |
| ファイルサイズ | 88.35 KB |
| インストール数 | 365 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2018-04-13 |
| 公開日 | 2018-04-13 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Site DOM Tree",
"version": "1.0",
"description": "Quickly analyze a website's DOM tree",
"author": "Gregory Dalton",
"icons": {
"128": "logo_128.png"
},
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "logo_32.png"
}
} | |