CSS Gradient Inspector
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.
Что такое CSS Gradient Inspector?
CSS Gradient Inspector - это расширение Chrome, разработанное Rafael Caricio, и его основная функция - "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.".
Снимки экрана расширения
Скачать файл CRX расширения CSS Gradient Inspector
Скачайте файлы расширений CSS Gradient Inspector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. You can also toggle every element's gradient like different layers. It's useful for debugging. This project is open source and you can follow more updates at the GitHub repository: https://github.com/rafaelcaricio/gradient-inspector If you have any feedback, please create an issue at https://github.com/rafaelcaricio/gradient-inspector/issues
Основная информация о расширении
Название | CSS Gradient Inspector |
ID | blklpjonlhpakchaahdnkcjkfmccmdik |
Официальный URL | https://chromewebstore.google.com/detail/css-gradient-inspector/blklpjonlhpakchaahdnkcjkfmccmdik |
Описание | Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. |
Размер файла | 284 KB |
Количество установок | 1,792 |
Текущая Версия | 0.2.0 |
Последнее Обновление | 2014-10-01 |
Дата публикации | 2014-10-01 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | Rafael Caricio |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/rafaelcaricio/gradient-inspector |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSS Gradient Inspector", "version": "0.2.0", "description": "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.", "devtools_page": "devtools.html", "manifest_version": 2, "icons": { "16": "img\/pretty_logo_x16.png", "48": "img\/pretty_logo_x48.png", "128": "img\/pretty_logo_x128.png" } } |