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
官方網址 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"
            ]
        }
    ]
}