Hacker News +
Stylish Hacker News.
ما هو Hacker News +؟
Hacker News + هو إضافة Chrome تم تطويرها بواسطة Jarques، والميزة الرئيسية لها هي "Stylish Hacker News.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hacker News +
قم بتنزيل ملفات الامتداد Hacker News + بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With the recent changes to Google's applications, I thought it'd be nice to get Hacker News to fit in nicely. Any questions / comments contact me on Twitter: @jarques Update in v2.0: * Update to manifest v3 * Dark mode switcher * Remove hot key support * Improved commenting layouts
معلومات أساسية عن التمديد
الاسم | Hacker News + |
ID | oieefcckcbbgniifdhhialgkmghahjgl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hacker-news-+/oieefcckcbbgniifdhhialgkmghahjgl |
الوصف | Stylish Hacker News. |
حجم الملف | 456 KB |
عدد التثبيتات | 191 |
النسخة الحالية | 2.0 |
آخر تحديث | 2023-05-28 |
تاريخ النشر | 2013-08-02 |
تقييم | 4.38/5 مجموع تقييمات 26 |
المطور | Jarques |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://jarqu.es/dev/HN+/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hacker News +", "version": "2.0", "description": "Stylish Hacker News.", "content_scripts": [ { "all_frames": true, "css": [ "style.css" ], "js": [ "js\/hn.js" ], "matches": [ "https:\/\/news.ycombinator.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "\/fonts\/*.ttf" ], "matches": [ "https:\/\/news.ycombinator.com\/*" ] } ], "permissions": [ "storage" ] } |