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 |
| 官方網址 | 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"
}
} | |