Extension showDomTree

draw / print the tree of the current dom ; I juste use it for teaching

Co je Extension showDomTree?

Extension showDomTree je rozšíření Chrome vyvinuté pons.olivier, a jeho hlavní funkcí je „draw / print the tree of the current dom ; I juste use it for teaching“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Extension showDomTree

Stáhněte si soubory rozšíření Extension showDomTree ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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)                    

Základní Informace o Rozšíření

Název Extension showDomTree Extension showDomTree
ID hfpijgkdikbkmefnhfhehmdmfdldmpnh
Oficiální URL https://chromewebstore.google.com/detail/extension-showdomtree/hfpijgkdikbkmefnhfhehmdmfdldmpnh
Popis draw / print the tree of the current dom ; I juste use it for teaching
Velikost souboru 751 KB
Počet instalací 20
Aktuální Verze 1.1
Poslední Aktualizace 2019-06-01
Datum Vydání 2019-06-01
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář pons.olivier
Typ Platby free
Podporované Jazyky 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"
    }
}