HTML Hierarchy Visualizer

This extension is a tool that helps visualize the layout of HTML elements on a webpage

Cos'è HTML Hierarchy Visualizer?

HTML Hierarchy Visualizer è un'estensione di Chrome sviluppata da steven.massola, e la sua funzione principale è "This extension is a tool that helps visualize the layout of HTML elements on a webpage".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione HTML Hierarchy Visualizer

Scarica i file di estensione HTML Hierarchy Visualizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        HTML Hierarchy Visualizer is a visualization tool for front end web developers that assists in understanding the breakdown of a webpage. It creates colored borders and backgrounds to distinguish the ancestry and layout of HTML elements.

How To Use:
- Press chrome extension icon, a drop-down menu will appear
- Select either apply border or apply background to highlight the different elements on the page
- Select remove border or remove background to bring webpage back to original state                    

Informazioni di Base sull'Estensione

Nome HTML Hierarchy Visualizer HTML Hierarchy Visualizer
ID beaeppehjnnnidajcmalfcajahopihcb
URL Ufficiale https://chromewebstore.google.com/detail/html-hierarchy-visualizer/beaeppehjnnnidajcmalfcajahopihcb
Descrizione This extension is a tool that helps visualize the layout of HTML elements on a webpage
Dimensione del File 21.62 KB
Conteggio Installazioni 2,678
Versione Corrente 0.0.0.5
Ultimo Aggiornamento 2016-09-13
Data di Pubblicazione 2016-09-13
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore steven.massola
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML Hierarchy Visualizer",
    "description": "This extension is a tool that helps visualize the layout of HTML elements on a webpage",
    "version": "0.0.0.5",
    "icons": {
        "16": "\/images\/icon19.png",
        "48": "\/images\/icon48.png",
        "64": "\/images\/icon64.png"
    },
    "browser_action": {
        "default_icon": ".\/images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "colors.css"
    ]
}