Digg Reader Dark

Dark theme for Digg Reader

Digg Reader Darkとは何ですか?

Digg Reader Darkはtbによって開発されたChromeの拡張機能で、その主な機能は「Dark theme for Digg Reader」です。

拡張機能のスクリーンショット

screenshot
screenshot

Digg Reader Dark拡張機能のCRXファイルをダウンロード

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                    

拡張機能の基本情報

名前 Digg Reader Dark Digg Reader Dark
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"
            ]
        }
    ]
}