DevTools Theme: Zero Dark Matrix
A highly customized dark theme for Devtools.
Что такое DevTools Theme: Zero Dark Matrix?
DevTools Theme: Zero Dark Matrix - это расширение Chrome, разработанное Maurice Cruz, и его основная функция - "A highly customized dark theme for Devtools.".
Снимки экрана расширения
Скачать файл CRX расширения DevTools Theme: Zero Dark Matrix
Скачайте файлы расширений DevTools Theme: Zero Dark Matrix в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is a theme for the Developer Tools [CTRL/CMD + SHIFT + I]. Installation Instructions --------------------------------------------------------- - Add this theme - Goto chrome://flags/#enable-devtools-experiments and Enable Developer Tools experiments. Select [Relaunch Now] at the bottom of the page. - Open developer tools settings, set Theme mode to 'Dark' - Select Experiments tab, and check 'Allow custom UI themes' - Reload devtools. Changelog --------------------------------------------------------- ## 3.0.6 * Fix expanded arrow rendering Full changelog history on: https://github.com/mauricecruz/zero-base-themes/blob/master/CHANGELOG.md
Основная информация о расширении
Название | DevTools Theme: Zero Dark Matrix |
ID | bomhdjeadceaggdgfoefmpeafkjhegbo |
Официальный URL | https://chromewebstore.google.com/detail/devtools-theme-zero-dark/bomhdjeadceaggdgfoefmpeafkjhegbo |
Описание | A highly customized dark theme for Devtools. |
Размер файла | 56.82 KB |
Количество установок | 26,469 |
Текущая Версия | 3.0.6 |
Последнее Обновление | 2019-10-03 |
Дата публикации | 2019-10-03 |
Рейтинг | 4.72/5 Всего 547 оценок |
Разработчик | Maurice Cruz |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/mauricecruz/chrome-devtools-zerodarkmatrix-theme |
URL страницы помощи | https://github.com/mauricecruz/chrome-devtools-zerodarkmatrix-theme/issues?direction=desc&sort=updated&state=open |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevTools Theme: Zero Dark Matrix", "version": "3.0.6", "description": "A highly customized dark theme for Devtools.", "devtools_page": "devtools.html", "homepage_url": "https:\/\/github.com\/mauricecruz\/chrome-devtools-zerodarkmatrix-theme", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |