HTML Tree Generator

Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.

Cos'è HTML Tree Generator?

HTML Tree Generator è un'estensione di Chrome sviluppata da Joel Saupe, e la sua funzione principale è "Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HTML Tree Generator

Scarica i file di estensione HTML Tree Generator 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

                                            

Informazioni di Base sull'Estensione

Nome HTML Tree Generator HTML Tree Generator
ID dlbbmhhaadfnbbdnjalilhdakfmiffeg
URL Ufficiale https://chromewebstore.google.com/detail/html-tree-generator/dlbbmhhaadfnbbdnjalilhdakfmiffeg
Descrizione Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.
Dimensione del File 22.97 KB
Conteggio Installazioni 123,757
Versione Corrente 1.0
Ultimo Aggiornamento 2015-08-20
Data di Pubblicazione 2015-08-20
Valutazione 4.26/5 Totale 38 Valutazioni
Sviluppatore Joel Saupe
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}