HTML Hierarchy Visualizer

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

Что такое HTML Hierarchy Visualizer?

HTML Hierarchy Visualizer - это расширение Chrome, разработанное steven.massola, и его основная функция - "This extension is a tool that helps visualize the layout of HTML elements on a webpage".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения HTML Hierarchy Visualizer

Скачайте файлы расширений HTML Hierarchy Visualizer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название HTML Hierarchy Visualizer HTML Hierarchy Visualizer
ID beaeppehjnnnidajcmalfcajahopihcb
Официальный URL https://chromewebstore.google.com/detail/html-hierarchy-visualizer/beaeppehjnnnidajcmalfcajahopihcb
Описание This extension is a tool that helps visualize the layout of HTML elements on a webpage
Размер файла 21.62 KB
Количество установок 2,678
Текущая Версия 0.0.0.5
Последнее Обновление 2016-09-13
Дата публикации 2016-09-13
Рейтинг 5.00/5 Всего 8 оценок
Разработчик steven.massola
Тип оплаты free
Поддерживаемые языки 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"
    ]
}