Digg Reader Dark

Dark theme for Digg Reader

Co je Digg Reader Dark?

Digg Reader Dark je rozšíření Chrome vyvinuté tb, a jeho hlavní funkcí je „Dark theme for Digg Reader“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Digg Reader Dark

Stáhněte si soubory rozšíření Digg Reader Dark ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Digg Reader Dark Digg Reader Dark
ID ceipefohbipmhopdpmjgolkpjmpeknph
Oficiální URL https://chrome.google.com/webstore/detail/digg-reader-dark/ceipefohbipmhopdpmjgolkpjmpeknph
Popis Dark theme for Digg Reader
Velikost souboru 4.17 KB
Počet instalací 10
Aktuální Verze 0.4
Poslední Aktualizace 2017-10-12
Datum Vydání 2017-10-12
Hodnocení 1.50/5 Celkem 2 Hodnocení
Vývojář tb
Typ Platby free
Webové stránky Rozšíření https://github.com/TobiasBerg/diggReaderDark
Podporované Jazyky 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"
            ]
        }
    ]
}