Digg Reader Dark

Dark theme for Digg Reader

Digg Reader Dark क्या है?

Digg Reader Dark tb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dark theme for Digg Reader"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Digg Reader Dark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}