Extension showDomTree

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

¿Qué es Extension showDomTree?

Extension showDomTree es una extensión de Chrome desarrollada por pons.olivier, y su función principal es "draw / print the tree of the current dom ; I juste use it for teaching".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Extension showDomTree

Descarga archivos de extensión Extension showDomTree en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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)                    

Información Básica de la Extensión

Nombre Extension showDomTree Extension showDomTree
ID hfpijgkdikbkmefnhfhehmdmfdldmpnh
URL Oficial https://chromewebstore.google.com/detail/extension-showdomtree/hfpijgkdikbkmefnhfhehmdmfdldmpnh
Descripción draw / print the tree of the current dom ; I juste use it for teaching
Tamaño del Archivo 751 KB
Cantidad de Instalaciones 20
Versión Actual 1.1
Última Actualización 2019-06-01
Fecha de Publicación 2019-06-01
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador pons.olivier
Tipo de Pago free
Idiomas Soportados 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"
    }
}