HackerNew

The best Hacker News extension, making HN quicker and more useful since 2012.

O que é HackerNew?

HackerNew é uma extensão do Chrome desenvolvida por Tom Moor, e sua principal característica é "The best Hacker News extension, making HN quicker and more useful since 2012.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão HackerNew

Baixe arquivos de extensão HackerNew 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

                        Once you install this extension you'll never be able to go back to regular Hacker News, featuring:

- Improved readability design
- Retina screen support
- User following
- Super fast inline replies
- Quick profiles with social network info when hovering over usernames
- Filtering of stories based on terms and phrases / domain or user
- Endless scrolling
- Collapsible comment threads
- Direct link to Google Cache version
- Social sharing for Twitter, Facebook, Google+, Buffer


HackerNew is open source - forks and improvements are welcome:
https://github.com/tommoor/HackerNew                    

Informações Básicas da Extensão

Nome HackerNew HackerNew
ID lgoghlndihpmbbgmbpjohilcphbfhddd
URL Oficial https://chromewebstore.google.com/detail/hackernew/lgoghlndihpmbbgmbpjohilcphbfhddd
Descrição The best Hacker News extension, making HN quicker and more useful since 2012.
Tamanho do Arquivo 209 KB
Contagem de Instalações 1,213
Versão Atual 1.3.2
Última Atualização 2021-04-20
Data de Publicação 2021-04-20
Classificação 4.32/5 Total de 50 Avaliações
Desenvolvedor Tom Moor
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/tommoor/HackerNew
URL da Página de Ajuda https://github.com/tommoor/HackerNew
URL da Página de Política de Privacidade https://github.com/tommoor/HackerNew/blob/master/PRIVACY.md
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HackerNew",
    "version": "1.3.2",
    "description": "The best Hacker News extension, making HN quicker and more useful since 2012.",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/karma.png",
        "images\/follow.png",
        "images\/unfollow.png",
        "images\/loading.gif",
        "images\/loading-light.gif",
        "images\/icons.png",
        "images\/icon.png",
        "images\/arrow-up.png",
        "images\/arrow-down.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/news.ycombinator.com\/*",
                "http:\/\/news.ycombinator.org\/*",
                "http:\/\/hackerne.ws\/*",
                "https:\/\/news.ycombinator.com\/*"
            ],
            "css": [
                "forms.css",
                "hn.css"
            ],
            "js": [
                "js\/libs\/jquery-1.7.1.min.js",
                "js\/libs\/jquery.hoverIntent.js",
                "js\/libs\/jquery.autogrow.js",
                "js\/libs\/twitter.text.js",
                "js\/hn.js"
            ]
        }
    ]
}