Digg Reader Dark
Dark theme for Digg Reader
Что такое Digg Reader Dark?
Digg Reader Dark - это расширение Chrome, разработанное tb, и его основная функция - "Dark theme for Digg Reader".
Снимки экрана расширения
Скачать файл CRX расширения Digg Reader Dark
Скачайте файлы расширений Digg Reader Dark в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A dark theme for Digg Reader. Replaces the default theme. To disable the dark theme, you have to disable the addon. CHANGELOG: Version 0.4: Digg Reader Dark is now open source! Check out the code here: https://github.com/TobiasBerg/diggReaderDark Contributions welcome! This release also includes styling for the edit feed modal, which is now dark! Version 0.3: Not showing underline on timestamp and item feed name by default Fixed selected state only working when hovering expanded item Version 0.2: Small fixed to headlines and links in general Version 0.1: Initial version
Основная информация о расширении
Название | |
ID | ceipefohbipmhopdpmjgolkpjmpeknph |
Официальный URL | https://chrome.google.com/webstore/detail/digg-reader-dark/ceipefohbipmhopdpmjgolkpjmpeknph |
Описание | Dark theme for Digg Reader |
Размер файла | 4.17 KB |
Количество установок | 10 |
Текущая Версия | 0.4 |
Последнее Обновление | 2017-10-12 |
Дата публикации | 2017-10-12 |
Рейтинг | 1.50/5 Всего 2 оценок |
Разработчик | tb |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/TobiasBerg/diggReaderDark |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Digg Reader Dark", "description": "Dark theme for Digg Reader", "version": "0.4", "permissions": [ "http:\/\/digg.com\/reader" ], "content_scripts": [ { "matches": [ "http:\/\/digg.com\/reader*" ], "css": [ "dark.css" ] } ] } |