Hacker News Sorter
Sort posts by points, enables search and linkify's Hacker News.
什麼是Hacker News Sorter?
Hacker News Sorter是由thejspr開發的Chrome擴展程式,該擴展的主要功能是“Sort posts by points, enables search and linkify's Hacker News.”。
擴展截圖
下載Hacker News Sorter擴展crx文件
下載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 |
官方網址 | 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" } |