Medium Dark Mode
A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…
ما هو Medium Dark Mode؟
Medium Dark Mode هو إضافة Chrome تم تطويرها بواسطة arieg419، والميزة الرئيسية لها هي "A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Medium Dark Mode
قم بتنزيل ملفات الامتداد Medium Dark Mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really helpful for those who read Medium late at night :)
معلومات أساسية عن التمديد
الاسم | |
ID | kofkfocgjmlajkbkecljhbalihcpliih |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/medium-dark-mode/kofkfocgjmlajkbkecljhbalihcpliih |
الوصف | A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really… |
حجم الملف | 11.46 KB |
عدد التثبيتات | 384 |
النسخة الحالية | 1.1 |
آخر تحديث | 2018-03-12 |
تاريخ النشر | 2018-03-12 |
تقييم | 2.00/5 مجموع تقييمات 11 |
المطور | arieg419 |
نوع الدفع | free |
موقع الإضافة | https://github.com/Arieg419/MediumDarkMode |
عنوان صفحة المساعدة | https://github.com/Arieg419/MediumDarkMode |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Medium Dark", "name": "Medium Dark Mode", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icons\/logo-medium16.png", "48": "icons\/logo-medium16.png", "128": "icons\/logo-medium128.png" }, "permissions": [ "activeTab", "tabs", "https:\/\/www.medium.com\/*", "https:\/\/medium.com\/*", "https:\/\/hackernoon.com\/*" ], "manifest_version": 2, "browser_action": { "default_title": "Medium Dark" }, "version": "1.1" } |