Medium Dark
Gives a dark theme to medium web site so is easier to read.
ما هو Medium Dark؟
Medium Dark هو إضافة Chrome تم تطويرها بواسطة http://danielzamorano.pro، والميزة الرئيسية لها هي "Gives a dark theme to medium web site so is easier to read.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Medium Dark
قم بتنزيل ملفات الامتداد Medium Dark بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enjoy medium articles in dark mode. We will keep updating and improving this plugin to get better styles, debug any issue and add features. - Right now it's just working for the article page, home page is still in progress. - It has permissions for all sites to be able to work also with domains inside medium. (we filter internally so is not affecting other pages) - Some async content is having problems to get the styles (we are working on it)
معلومات أساسية عن التمديد
الاسم | |
ID | ogghkkonjkglempfkojfbmjgnahllbao |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/medium-dark/ogghkkonjkglempfkojfbmjgnahllbao |
الوصف | Gives a dark theme to medium web site so is easier to read. |
حجم الملف | 14.21 KB |
عدد التثبيتات | 75 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2019-11-04 |
تاريخ النشر | 2019-11-04 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | http://danielzamorano.pro |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://danielzamorano.pro |
عنوان صفحة المساعدة | https://danielzamorano.pro |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Medium Dark", "version": "0.1.0", "description": "Gives a dark theme to medium web site so is easier to read.", "permissions": [ "activeTab" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "medium-dark.js" ] } ], "icons": { "16": "images\/medium-dark-16.png", "32": "images\/medium-dark-32.png", "48": "images\/medium-dark-48.png", "128": "images\/medium-dark-128.png" }, "manifest_version": 2 } |