Hacker News Sorter
Sort posts by points, enables search and linkify's Hacker News.
ما هو Hacker News Sorter؟
Hacker News Sorter هو إضافة Chrome تم تطويرها بواسطة thejspr، والميزة الرئيسية لها هي "Sort posts by points, enables search and linkify's Hacker News.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hacker News Sorter
قم بتنزيل ملفات الامتداد Hacker News Sorter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
- Sort posts by points - Enable search in header - Autolink posts Sort posts by clicking the button in the top left corner. Feel free to leave any suggestions, requests or feedback. Source available at: https://github.com/thejspr/hacker-news-sorter Regards, https://news.ycombinator.com/user?id=thejspr
معلومات أساسية عن التمديد
الاسم | Hacker News Sorter |
ID | anmdmfcnlenkjbiffghfjglgjpchneeo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hacker-news-sorter/anmdmfcnlenkjbiffghfjglgjpchneeo |
الوصف | Sort posts by points, enables search and linkify's Hacker News. |
حجم الملف | 39.18 KB |
عدد التثبيتات | 101 |
النسخة الحالية | 1.7.0 |
آخر تحديث | 2022-10-09 |
تاريخ النشر | 2014-09-19 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | thejspr |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/thejspr/hacker-news-sorter |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hacker News Sorter", "version": "1.7.0", "description": "Sort posts by points, enables search and linkify's Hacker News.", "content_scripts": [ { "matches": [ "*:\/\/news.ycombinator.com\/*" ], "js": [ "jquery-3.6.1.min.js", "content.js", "auto-link.js" ] } ], "icons": { "48": "icon2.png" }, "permissions": [ "*:\/\/news.ycombinator.com\/*" ], "background": "background.html" } |