Digg Reader Dark

Dark theme for Digg Reader

O que é Digg Reader Dark?

Digg Reader Dark é uma extensão do Chrome desenvolvida por tb, e sua principal característica é "Dark theme for Digg Reader".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Digg Reader Dark

Baixe arquivos de extensão Digg Reader Dark no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Digg Reader Dark Digg Reader Dark
ID ceipefohbipmhopdpmjgolkpjmpeknph
URL Oficial https://chrome.google.com/webstore/detail/digg-reader-dark/ceipefohbipmhopdpmjgolkpjmpeknph
Descrição Dark theme for Digg Reader
Tamanho do Arquivo 4.17 KB
Contagem de Instalações 10
Versão Atual 0.4
Última Atualização 2017-10-12
Data de Publicação 2017-10-12
Classificação 1.50/5 Total de 2 Avaliações
Desenvolvedor tb
Tipo de Pagamento free
Site da Extensão https://github.com/TobiasBerg/diggReaderDark
Idiomas Suportados 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"
            ]
        }
    ]
}