Extension showDomTree

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

O que é Extension showDomTree?

Extension showDomTree é uma extensão do Chrome desenvolvida por pons.olivier, e sua principal característica é "draw / print the tree of the current dom ; I juste use it for teaching".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Extension showDomTree

Baixe arquivos de extensão Extension showDomTree no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome Extension showDomTree Extension showDomTree
ID hfpijgkdikbkmefnhfhehmdmfdldmpnh
URL Oficial https://chromewebstore.google.com/detail/extension-showdomtree/hfpijgkdikbkmefnhfhehmdmfdldmpnh
Descrição draw / print the tree of the current dom ; I juste use it for teaching
Tamanho do Arquivo 751 KB
Contagem de Instalações 20
Versão Atual 1.1
Última Atualização 2019-06-01
Data de Publicação 2019-06-01
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor pons.olivier
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}