Site DOM Tree
Quickly analyze a website's DOM tree
Apa itu Site DOM Tree?
Site DOM Tree adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Quickly analyze a website's DOM tree".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Site DOM Tree
Unduh file ekstensi Site DOM Tree dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Site DOM Tree |
ID | heflndjaabdpflafhdboiijhahgmffch |
URL Resmi | https://chromewebstore.google.com/detail/site-dom-tree/heflndjaabdpflafhdboiijhahgmffch |
Deskripsi | Quickly analyze a website's DOM tree |
Ukuran File | 88.35 KB |
Jumlah Instalasi | 365 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-04-13 |
Tanggal Publikasi | 2018-04-13 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |