Digg Reader Dark
Dark theme for Digg Reader
Digg Reader Dark là gì?
Digg Reader Dark là một tiện ích mở rộng Chrome được phát triển bởi tb, và tính năng chính của nó là "Dark theme for Digg Reader".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Digg Reader Dark
Tải xuống các tệp mở rộng Digg Reader Dark dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ceipefohbipmhopdpmjgolkpjmpeknph |
URL Chính Thức | https://chrome.google.com/webstore/detail/digg-reader-dark/ceipefohbipmhopdpmjgolkpjmpeknph |
Mô tả | Dark theme for Digg Reader |
Kích Thước Tệp | 4.17 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2017-10-12 |
Ngày Phát Hành | 2017-10-12 |
Đánh Giá | 1.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | tb |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/TobiasBerg/diggReaderDark |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |