Digg Reader Dark
Dark theme for Digg Reader
ما هو Digg Reader Dark؟
Digg Reader Dark هو إضافة Chrome تم تطويرها بواسطة tb، والميزة الرئيسية لها هي "Dark theme for Digg Reader".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Digg Reader Dark
قم بتنزيل ملفات الامتداد Digg Reader Dark بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
معلومات أساسية عن التمديد
الاسم | |
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" ] } ] } |