DevTools Author
A selection of author settings for Chrome Developer Tools.
Что такое DevTools Author?
DevTools Author - это расширение Chrome, разработанное Mike King, и его основная функция - "A selection of author settings for Chrome Developer Tools.".
Снимки экрана расширения
Скачать файл CRX расширения DevTools Author
Скачайте файлы расширений DevTools Author в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
If you use DevTools as part of your
frontend development environment,
DevTools Author provides a small set of
options to enhance your authoring experience.
• Choose from +25 editor themes
• Custom font support
• Control font size (10px - 22px)
/* -------------------------------------------------------------
Installation
----------------------------------------------------------- */
• Add extension
• Enable Developer Tools experiments in chrome://flags/#enable-devtools-experiments. Restart Chrome for flags to take effect.
• Open DevTools (cmd + opt + I); Settings > Experiments > check Allow custom UI themes
• Reload DevTools. Theme selection, font-size, and font-family are configurable in the 'Author Settings' DevTools tab Основная информация о расширении
| Название | |
| ID | egfhcfdfnajldliefpdoaojgahefjhhi |
| Официальный URL | https://chromewebstore.google.com/detail/devtools-author/egfhcfdfnajldliefpdoaojgahefjhhi |
| Описание | A selection of author settings for Chrome Developer Tools. |
| Размер файла | 377 KB |
| Количество установок | 8,772 |
| Текущая Версия | 0.6.6 |
| Последнее Обновление | 2016-03-30 |
| Дата публикации | 2016-03-29 |
| Рейтинг | 3.92/5 Всего 117 оценок |
| Разработчик | Mike King |
| Тип оплаты | free |
| Официальный сайт расширения | http://mikeking.io/devtools-author/ |
| URL страницы помощи | https://github.com/micjamking/devtools-author/issues/new |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DevTools Author",
"description": "A selection of author settings for Chrome Developer Tools.",
"permissions": [
"storage"
],
"devtools_page": "devtools.html",
"manifest_version": 2,
"version": "0.6.6",
"icons": {
"128": "dist\/images\/icon_128.png"
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
} | |