Darcula Theme for DevTools
Darcula Theme for DevTools
Что такое Darcula Theme for DevTools?
Darcula Theme for DevTools - это расширение Chrome, разработанное Andrey Izman, и его основная функция - "Darcula Theme for DevTools".
Снимки экрана расширения
Скачать файл CRX расширения Darcula Theme for DevTools
Скачайте файлы расширений Darcula Theme for DevTools в формате 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, select Experiments tab, and check 'Allow custom UI themes'. - Open developer tools settings, in the Preferences switch Theme to the Dark. - Reload devtools.
Основная информация о расширении
Название | Darcula Theme for DevTools |
ID | gfmlaljopbojfghmafldbdecllafopom |
Официальный URL | https://chromewebstore.google.com/detail/darcula-theme-for-devtool/gfmlaljopbojfghmafldbdecllafopom |
Описание | Darcula Theme for DevTools |
Размер файла | 282 KB |
Количество установок | 792 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2017-10-12 |
Дата публикации | 2017-10-11 |
Рейтинг | 5.00/5 Всего 9 оценок |
Разработчик | Andrey Izman |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/mervick/chrome-devtools-darcula-theme |
URL страницы помощи | https://github.com/mervick/chrome-devtools-darcula-theme |
Поддерживаемые языки | en |
manifest.json | |
{ "description": "Darcula Theme for DevTools", "devtools_page": "devtools.html", "homepage_url": "https:\/\/github.com\/mervick\/chrome-devtools-darcula-theme", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "author": "Andrey Izman", "browser_action": { "default_icon": "images\/icon32.png" }, "manifest_version": 2, "name": "Darcula Theme for DevTools", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3" } |