Domkit
Domkit is a Chrome extension for analyzing the CSS box model of individual HTML elements.
Что такое Domkit?
Domkit - это расширение Chrome, разработанное nickolasburr, и его основная функция - "Domkit is a Chrome extension for analyzing the CSS box model of individual HTML elements.".
Снимки экрана расширения
Скачать файл CRX расширения Domkit
Скачайте файлы расширений Domkit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Domkit is a Chrome extension for analyzing the CSS box model of HTML elements. If you need to know the computed width or height of an element, toggle on Domkit and it will provide a large box shadow around the element, essentially raising it above the other elements and giving you the dimensions. Additionally, Domkit also provides information on what type of element you're viewing so that you can easily know whether you're viewing the element you want or not. Enjoy Domkit and please submit any feedback!
Основная информация о расширении
Название | Domkit |
ID | cdeocdbeomkaegbihhleiikgkkmacgek |
Официальный URL | https://chromewebstore.google.com/detail/domkit/cdeocdbeomkaegbihhleiikgkkmacgek |
Описание | Domkit is a Chrome extension for analyzing the CSS box model of individual HTML elements. |
Размер файла | 121 KB |
Количество установок | 920 |
Текущая Версия | 2.1.6 |
Последнее Обновление | 2017-07-22 |
Дата публикации | 2017-07-22 |
Рейтинг | 4.33/5 Всего 3 оценок |
Разработчик | nickolasburr |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Domkit", "short_name": "DMKT", "version": "2.1.6", "description": "Domkit is a Chrome extension for analyzing the CSS box model of individual HTML elements.", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/orange-box-48x48.png" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ " |