Hacker News Sorter
Sort posts by points, enables search and linkify's Hacker News.
Hacker News Sorter là gì?
Hacker News Sorter là một tiện ích mở rộng Chrome được phát triển bởi thejspr, và tính năng chính của nó là "Sort posts by points, enables search and linkify's Hacker News.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hacker News Sorter
Tải xuống các tệp mở rộng Hacker News Sorter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
- 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hacker News Sorter |
ID | anmdmfcnlenkjbiffghfjglgjpchneeo |
URL Chính Thức | https://chromewebstore.google.com/detail/hacker-news-sorter/anmdmfcnlenkjbiffghfjglgjpchneeo |
Mô tả | Sort posts by points, enables search and linkify's Hacker News. |
Kích Thước Tệp | 39.18 KB |
Số Lần Cài Đặt | 101 |
Phiên Bản Hiện Tại | 1.7.0 |
Cập Nhật Lần Cuối | 2022-10-09 |
Ngày Phát Hành | 2014-09-19 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | thejspr |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/thejspr/hacker-news-sorter |
Ngôn Ngữ Được Hỗ Trợ | 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" } |