Github Dracula Theme
Custom Dracula Theme for Github.
Что такое Github Dracula Theme?
Github Dracula Theme - это расширение Chrome, разработанное oguhpereira, и его основная функция - "Custom Dracula Theme for Github.".
Снимки экрана расширения
Скачать файл CRX расширения Github Dracula Theme
Скачайте файлы расширений Github Dracula Theme в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Extension to change the default variables of the github dark theme to those of the dracula-theme https://github.com/oguhpereira/dracula-github
Основная информация о расширении
Название | |
ID | fbjkldlneefcgjaepkpifipmakchhmno |
Официальный URL | https://chrome.google.com/webstore/detail/github-dracula-theme/fbjkldlneefcgjaepkpifipmakchhmno |
Описание | Custom Dracula Theme for Github. |
Размер файла | 141 KB |
Количество установок | 640 |
Текущая Версия | 1.1.1 |
Последнее Обновление | 2022-09-07 |
Дата публикации | 2022-09-07 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | oguhpereira |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/oguhpereira/dracula-github |
URL страницы помощи | https://github.com/oguhpereira/dracula-github |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Dracula Theme", "version": "1.1.1", "description": "Custom Dracula Theme for Github.", "content_scripts": [ { "css": [ "dracula.css" ], "matches": [ "https:\/\/github.com\/", "https:\/\/github.com\/*", "http:\/\/github.com\/*\/*", "http:\/\/github.com\/*\/*\/*" ], "run_at": "document_start" } ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 3 } |