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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}