HTML Hierarchy Visualizer

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

Hvad er HTML Hierarchy Visualizer?

HTML Hierarchy Visualizer er en Chrome-udvidelse udviklet af steven.massola, og dens hovedfunktion er "This extension is a tool that helps visualize the layout of HTML elements on a webpage".

Udvidelsesskærmbilleder

screenshot
screenshot

Download HTML Hierarchy Visualizer-udvidelses-CRX-fil

Download HTML Hierarchy Visualizer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn HTML Hierarchy Visualizer HTML Hierarchy Visualizer
ID beaeppehjnnnidajcmalfcajahopihcb
Officiel URL https://chromewebstore.google.com/detail/html-hierarchy-visualizer/beaeppehjnnnidajcmalfcajahopihcb
Beskrivelse This extension is a tool that helps visualize the layout of HTML elements on a webpage
Filstørrelse 21.62 KB
Antal Installationer 2,678
Nuværende Version 0.0.0.5
Senest Opdateret 2016-09-13
Udgivelsesdato 2016-09-13
Bedømmelse 5.00/5 Samlet 8 Bedømmelser
Udvikler steven.massola
Betalingsmetode free
Understøttede Sprog 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"
    ]
}