Digg Reader Dark
Dark theme for Digg Reader
什么是Digg Reader Dark?
Digg Reader Dark是由tb开发的Chrome扩展程序,该扩展的主要功能是“Dark theme for Digg Reader”。
扩展截图
下载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
扩展基本信息
名称 | |
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" ] } ] } |