Hacker News Sorter
Sort posts by points, enables search and linkify's Hacker News.
O que é Hacker News Sorter?
Hacker News Sorter é uma extensão do Chrome desenvolvida por thejspr, e sua principal característica é "Sort posts by points, enables search and linkify's Hacker News.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hacker News Sorter
Baixe arquivos de extensão Hacker News Sorter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
- 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
Informações Básicas da Extensão
Nome | Hacker News Sorter |
ID | anmdmfcnlenkjbiffghfjglgjpchneeo |
URL Oficial | https://chromewebstore.google.com/detail/hacker-news-sorter/anmdmfcnlenkjbiffghfjglgjpchneeo |
Descrição | Sort posts by points, enables search and linkify's Hacker News. |
Tamanho do Arquivo | 39.18 KB |
Contagem de Instalações | 101 |
Versão Atual | 1.7.0 |
Última Atualização | 2022-10-09 |
Data de Publicação | 2014-09-19 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | thejspr |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/thejspr/hacker-news-sorter |
Idiomas Suportados | 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" } |