Extension showDomTree
draw / print the tree of the current dom ; I juste use it for teaching
Cos'è Extension showDomTree?
Extension showDomTree è un'estensione di Chrome sviluppata da pons.olivier, e la sua funzione principale è "draw / print the tree of the current dom ; I juste use it for teaching".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Extension showDomTree
Scarica i file di estensione Extension showDomTree 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
                        Just draw or print the Dom tree using a js version of graphviz tools.
This is for teaching purpose. This does not scales (because graphviz does not allows large graph/tree)                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | hfpijgkdikbkmefnhfhehmdmfdldmpnh | 
| URL Ufficiale | https://chromewebstore.google.com/detail/extension-showdomtree/hfpijgkdikbkmefnhfhehmdmfdldmpnh | 
| Descrizione | draw / print the tree of the current dom ; I juste use it for teaching | 
| Dimensione del File | 751 KB | 
| Conteggio Installazioni | 20 | 
| Versione Corrente | 1.1 | 
| Ultimo Aggiornamento | 2019-06-01 | 
| Data di Pubblicazione | 2019-06-01 | 
| Valutazione | 5.00/5 Totale 1 Valutazioni | 
| Sviluppatore | pons.olivier | 
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Extension showDomTree",
    "description": "draw \/ print the tree of the current dom ; I juste use it for teaching",
    "version": "1.1",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Show DOM tree",
        "default_popup": "index.html"
    },
    "icons": {
        "48": "icons\/tree.png",
        "128": "icons\/tree128.png"
    }
}  |  |