Digg Reader Dark

Dark theme for Digg Reader

Cos'è Digg Reader Dark?

Digg Reader Dark è un'estensione di Chrome sviluppata da tb, e la sua funzione principale è "Dark theme for Digg Reader".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Digg Reader Dark

Scarica i file di estensione Digg Reader Dark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Digg Reader Dark Digg Reader Dark
ID ceipefohbipmhopdpmjgolkpjmpeknph
URL Ufficiale https://chrome.google.com/webstore/detail/digg-reader-dark/ceipefohbipmhopdpmjgolkpjmpeknph
Descrizione Dark theme for Digg Reader
Dimensione del File 4.17 KB
Conteggio Installazioni 10
Versione Corrente 0.4
Ultimo Aggiornamento 2017-10-12
Data di Pubblicazione 2017-10-12
Valutazione 1.50/5 Totale 2 Valutazioni
Sviluppatore tb
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/TobiasBerg/diggReaderDark
Lingue Supportate 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"
            ]
        }
    ]
}