Site DOM Tree
Quickly analyze a website's DOM tree
Cos'è Site DOM Tree?
Site DOM Tree è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Quickly analyze a website's DOM tree".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Site DOM Tree
Scarica i file di estensione Site DOM Tree in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | heflndjaabdpflafhdboiijhahgmffch |
| URL Ufficiale | https://chromewebstore.google.com/detail/site-dom-tree/heflndjaabdpflafhdboiijhahgmffch |
| Descrizione | Quickly analyze a website's DOM tree |
| Dimensione del File | 88.35 KB |
| Conteggio Installazioni | 365 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2018-04-13 |
| Data di Pubblicazione | 2018-04-13 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |