DMOJ Dark Theme
Late Night Coding Sessions Hurt Your Eyes
Что такое DMOJ Dark Theme?
DMOJ Dark Theme - это расширение Chrome, разработанное David Li, и его основная функция - "Late Night Coding Sessions Hurt Your Eyes".
Снимки экрана расширения
Скачать файл CRX расширения DMOJ Dark Theme
Скачайте файлы расширений DMOJ Dark Theme в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
CSS "borrowed" from: https://dmoj.ca/user/KevinLu Use This to set your DMOJ site to dark automatically when you visit the site! Also install for that thicc perfect CCC senior score Upcoming Features: Automatically Switch Between Night/Day Mode Custom Colours Changelog: V 0.1.1 - Made Links Within Content Body Orange
Основная информация о расширении
Название | DMOJ Dark Theme |
ID | ngfbccjbgpahkoicflnagejcobebddaf |
Официальный URL | https://chromewebstore.google.com/detail/dmoj-dark-theme/ngfbccjbgpahkoicflnagejcobebddaf |
Описание | Late Night Coding Sessions Hurt Your Eyes |
Размер файла | 33.37 KB |
Количество установок | 15 |
Текущая Версия | 0.1.1 |
Последнее Обновление | 2018-09-19 |
Дата публикации | 2018-09-18 |
Рейтинг | 3.00/5 Всего 1 оценок |
Разработчик | David Li |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DMOJ Dark Theme", "version": "0.1.1", "description": "Late Night Coding Sessions Hurt Your Eyes", "content_scripts": [ { "js": [ "jquery.min.js", "content.js" ], "matches": [ "https:\/\/dmoj.ca\/*" ] } ] } |