Dark Hacker News
Dark Mode For Hacker News
ما هو Dark Hacker News؟
Dark Hacker News هو إضافة Chrome تم تطويرها بواسطة Matthew Wilkinson، والميزة الرئيسية لها هي "Dark Mode For Hacker News".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dark Hacker News
قم بتنزيل ملفات الامتداد Dark Hacker News بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A basic dark theme for Hacker News. If you have any desires you can put an issues at the repo. https://github.com/AirsickLowlander/DarkHacker Any improvements are also welcome. Let me know what you think :)
معلومات أساسية عن التمديد
الاسم | Dark Hacker News |
ID | ibhckhmgbfnlagdgpheomkaegpnimnhj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dark-hacker-news/ibhckhmgbfnlagdgpheomkaegpnimnhj |
الوصف | Dark Mode For Hacker News |
حجم الملف | 7.83 KB |
عدد التثبيتات | 401 |
النسخة الحالية | 0.1.3 |
آخر تحديث | 2022-10-01 |
تاريخ النشر | 2019-01-20 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Matthew Wilkinson |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ScFix/DarkHacker |
عنوان صفحة المساعدة | https://github.com/ScFix/DarkHacker/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Hacker News", "version": "0.1.3", "description": "Dark Mode For Hacker News", "permissions": [ "https:\/\/news.ycombinator.com\/*" ], "action": { "default_icon": { "16": "images\/Dh16.png", "32": "images\/Dh32.png", "48": "images\/Dh48.png", "128": "images\/Dh128.png" } }, "icons": { "16": "images\/Dh16.png", "32": "images\/Dh32.png", "48": "images\/Dh48.png", "128": "images\/Dh128.png" }, "content_scripts": [ { "matches": [ "https:\/\/news.ycombinator.com\/*" ], "css": [ "DarkHacker.css" ] } ], "manifest_version": 3 } |