Extension showDomTree

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

Qu'est-ce que Extension showDomTree ?

Extension showDomTree est une extension Chrome développée par pons.olivier, et sa fonction principale est "draw / print the tree of the current dom ; I juste use it for teaching".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Extension showDomTree

Téléchargez les fichiers d'extension Extension showDomTree au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Extension showDomTree Extension showDomTree
ID hfpijgkdikbkmefnhfhehmdmfdldmpnh
URL Officiel https://chromewebstore.google.com/detail/extension-showdomtree/hfpijgkdikbkmefnhfhehmdmfdldmpnh
Description draw / print the tree of the current dom ; I juste use it for teaching
Taille du Fichier 751 KB
Nombre d'Installations 20
Version Actuelle 1.1
Dernière Mise à Jour 2019-06-01
Date de Publication 2019-06-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur pons.olivier
Type de Paiement free
Langues Prises en Charge 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"
    }
}