Extension showDomTree
draw / print the tree of the current dom ; I juste use it for teaching
Wat is Extension showDomTree?
Extension showDomTree is een Chrome-extensie ontwikkeld door pons.olivier, en de belangrijkste functie is "draw / print the tree of the current dom ; I juste use it for teaching".
Extensie Screenshots
Download het CRX-bestand van de extensie Extension showDomTree
Download Extension showDomTree-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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)                     Basisinformatie over de Extensie
| Naam |   |  
| ID | hfpijgkdikbkmefnhfhehmdmfdldmpnh | 
| Officiële URL | https://chromewebstore.google.com/detail/extension-showdomtree/hfpijgkdikbkmefnhfhehmdmfdldmpnh | 
| Beschrijving | draw / print the tree of the current dom ; I juste use it for teaching | 
| Bestandsgrootte | 751 KB | 
| Aantal Installaties | 20 | 
| Huidige Versie | 1.1 | 
| Laatst Bijgewerkt | 2019-06-01 | 
| Publicatiedatum | 2019-06-01 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | pons.olivier | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    }
}  |  |