Digg Reader Dark
Dark theme for Digg Reader
What is Digg Reader Dark?
Digg Reader Dark is a Chrome extension developed by tb, and its main feature is "Dark theme for Digg Reader".
Extension Screenshots
Download Digg Reader Dark Extension CRX File
Download Digg Reader Dark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ceipefohbipmhopdpmjgolkpjmpeknph |
Official URL | https://chrome.google.com/webstore/detail/digg-reader-dark/ceipefohbipmhopdpmjgolkpjmpeknph |
Description | Dark theme for Digg Reader |
File Size | 4.17 KB |
Installation Count | 10 |
Current Version | 0.4 |
Last Updated | 2017-10-12 |
Publish Date | 2017-10-12 |
Rating | 1.50/5 Total 2 Ratings |
Developer | tb |
Payment Type | free |
Extension Website | https://github.com/TobiasBerg/diggReaderDark |
Supported Languages | 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" ] } ] } |