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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- 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" } |