Dark Octo Themes
Allows you to view source code on GitHub with a dark theme instead of the default light theme.
Что такое Dark Octo Themes?
Dark Octo Themes - это расширение Chrome, разработанное Craig MacGregor, и его основная функция - "Allows you to view source code on GitHub with a dark theme instead of the default light theme.".
Снимки экрана расширения
Скачать файл CRX расширения Dark Octo Themes
Скачайте файлы расширений Dark Octo Themes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
If you use github extensively, but prefer a darker theme when viewing source code, this app can do just that! Install it and you will be presented with a vibrantink theme for all source code files and diffs while viewing github.com. Основная информация о расширении
| Название | |
| ID | iahjlgmjhgemeebaflejbgfpojahcnng |
| Официальный URL | https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng |
| Описание | Allows you to view source code on GitHub with a dark theme instead of the default light theme. |
| Размер файла | 365 KB |
| Количество установок | 121 |
| Текущая Версия | 1.17 |
| Последнее Обновление | 2020-05-11 |
| Дата публикации | 2020-05-11 |
| Рейтинг | 3.50/5 Всего 6 оценок |
| Разработчик | Craig MacGregor |
| Тип оплаты | free |
| Официальный сайт расширения | http://allthingscraig.com |
| URL страницы помощи | https://github.com/craigerm/dark-octo-themes |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dark Octo Themes",
"version": "1.17",
"manifest_version": 2,
"description": "Allows you to view source code on GitHub with a dark theme instead of the default light theme.",
"icons": {
"128": "src\/images\/icon.png"
},
"background": {
"scripts": [
"src\/js\/applyTheme.js",
"src\/js\/themeStorage.js"
]
},
"permissions": [
"activeTab",
"https:\/\/gist.github.com\/*",
"https:\/\/github.com\/*"
],
"options_page": "src\/options.html"
} | |