Outliner CSS

A totally awesome structure and layout debugger that inserts CSS outlines to all elements.

Что такое Outliner CSS?

Outliner CSS - это расширение Chrome, разработанное tarah, и его основная функция - "A totally awesome structure and layout debugger that inserts CSS outlines to all elements.".

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

screenshot

Скачать файл CRX расширения Outliner CSS

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

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

                        After years of adding debug styles into projects to help debug structure and layout issues I spent an afternoon making the Outliner CSS chrome extension. 
 
Outliner CSS is added to the current page on all elements with the option to switch between RGB colors and toggle background color opacity to highlight depth.                    

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

Название Outliner CSS Outliner CSS
ID epodomlablfiehjgajhlhbdhidlkokaj
Официальный URL https://chromewebstore.google.com/detail/outliner-css/epodomlablfiehjgajhlhbdhidlkokaj
Описание A totally awesome structure and layout debugger that inserts CSS outlines to all elements.
Размер файла 13.01 KB
Количество установок 9,566
Текущая Версия 1.0.1
Последнее Обновление 2017-10-10
Дата публикации 2017-10-10
Рейтинг 5.00/5 Всего 8 оценок
Разработчик tarah
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Outliner CSS",
    "description": "A totally awesome structure and layout debugger that inserts CSS outlines to all elements.",
    "version": "1.0.1",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "Outliner CSS",
        "default_icon": "icon_19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "manifest_version": 2
}