Hacker News Feed

Have a quick peek at the top posts on Hacker news.

O que é Hacker News Feed?

Hacker News Feed é uma extensão do Chrome desenvolvida por nishanth_v, e sua principal característica é "Have a quick peek at the top posts on Hacker news. ".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Hacker News Feed

Baixe arquivos de extensão Hacker News Feed 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

                        Have a quick peek at the top posts on Hacker news. 

HackerNews is the most popular news site in the tech industry and one of the top choices for new product releases.The overcrowding of threads on HN has made its front page the holy grail for new product release, as most people would only refresh the front page to catch the hottest topics.
 - Porter.io

https://github.com/nishanthvijayan/HackerNews-Feed
Star the project on github to show your support.

If you have any suggestions to make this project better,log it as an issue.                    

Informações Básicas da Extensão

Nome Hacker News Feed Hacker News Feed
ID gnbcehahhollgehdncegnjcoflocfghb
URL Oficial https://chrome.google.com/webstore/detail/hacker-news-feed/gnbcehahhollgehdncegnjcoflocfghb
Descrição Have a quick peek at the top posts on Hacker news.
Tamanho do Arquivo 46.55 KB
Contagem de Instalações 71
Versão Atual 0.1.1
Última Atualização 2018-06-04
Data de Publicação 2018-06-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor nishanth_v
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/nishanthvijayan/HackerNews-Feed
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hacker News Feed",
    "description": "Have a quick peek at the top posts on Hacker news. ",
    "version": "0.1.1",
    "permissions": [
        "http:\/\/node-hnapi.herokuapp.com\/",
        "tabs"
    ],
    "short_name": "Hacker News Feed",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html"
    }
}