Panel Components

Shows debug info and internal state for Panel components

Что такое Panel Components?

Panel Components - это расширение Chrome, разработанное Unknown, и его основная функция - "Shows debug info and internal state for Panel components".

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

screenshot

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

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

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

                        Panel state shows https://github.com/mixpanel/panel component's state in Elements DevTools tab besides styles and properties

User can edit the state and move mouse over page to apply the update. 

User can re-select an element to fetch the latest state.                    

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

Название Panel Components Panel Components
ID mooaaejpdfdebnddpokcdimcobepahlg
Официальный URL https://chromewebstore.google.com/detail/panel-components/mooaaejpdfdebnddpokcdimcobepahlg
Описание Shows debug info and internal state for Panel components
Размер файла 14.09 KB
Количество установок 67
Текущая Версия 1.9
Последнее Обновление 2019-05-28
Дата публикации 2019-05-28
Рейтинг 5.00/5 Всего 5 оценок
Разработчик Unknown
Тип оплаты free
Официальный сайт расширения http://github.com/mixpanel/panel
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9",
    "manifest_version": 2,
    "name": "Panel Components",
    "description": "Shows debug info and internal state for Panel components",
    "devtools_page": "devtools.html",
    "author": "[email protected]",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}