devtools-diff
Easily diff the styles being applied to any pair of DOM elements.
Что такое devtools-diff?
devtools-diff - это расширение Chrome, разработанное mtn, и его основная функция - "Easily diff the styles being applied to any pair of DOM elements.".
Снимки экрана расширения
Скачать файл CRX расширения devtools-diff
Скачайте файлы расширений devtools-diff в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Avoid scrolling through the style inspector, trying to figure out what styles differ between two elements. This tool does so automatically -- the diff of the last two "inspected" elements will be rendered by default. Just click on two in the inspector view, as seen in the screenshot. Still rough around the edges -- if you use this I'd love feedback at https://github.com/mtn/difftool
Основная информация о расширении
Название | devtools-diff |
ID | pibbgfbcdndokmmkgjhbgmgklhplblpi |
Официальный URL | https://chromewebstore.google.com/detail/devtools-diff/pibbgfbcdndokmmkgjhbgmgklhplblpi |
Описание | Easily diff the styles being applied to any pair of DOM elements. |
Размер файла | 4.05 KB |
Количество установок | 30 |
Текущая Версия | 0.1 |
Последнее Обновление | 2018-07-07 |
Дата публикации | 2018-07-06 |
Разработчик | mtn |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "devtools-diff", "version": "0.1", "manifest_version": 2, "description": "Easily diff the styles being applied to any pair of DOM elements.", "devtools_page": "difftools.html" } |