Hashnode — The Dev Community

Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.

O que é Hashnode — The Dev Community?

Hashnode — The Dev Community é uma extensão do Chrome desenvolvida por https://hashnode.com, e sua principal característica é "Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hashnode — The Dev Community

Baixe arquivos de extensão Hashnode — The Dev Community 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

                        Hashnode is one of the fastest-growing networks of software developers with developers from 180+ countries worldwide. We are empowering developers to tell their stories and help them grow in their career. 

With this Chrome extension, you can stay up-to-date with what's happening in the dev community without opening Hashnode everytime.                    

Informações Básicas da Extensão

Nome Hashnode — The Dev Community Hashnode — The Dev Community
ID omlookjganpodhfakdpjlihigafafmkc
URL Oficial https://chromewebstore.google.com/detail/hashnode-%E2%80%94-the-dev-commun/omlookjganpodhfakdpjlihigafafmkc
Descrição Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.
Tamanho do Arquivo 472 KB
Contagem de Instalações 74
Versão Atual 0.1.4
Última Atualização 2020-06-25
Data de Publicação 2020-06-25
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://hashnode.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://hashnode.com
URL da Página de Ajuda https://hashnode.com/support
URL da Página de Política de Privacidade https://hashnode.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hashnode \u2014 The Dev Community",
    "manifest_version": 2,
    "version": "0.1.4",
    "description": "Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.",
    "background": [],
    "short_name": "Hashnode",
    "browser_action": {
        "default_popup": "index.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.hashnode.com\/*"
        ]
    },
    "author": "Hashnode",
    "homepage_url": "https:\/\/hashnode.com",
    "icons": {
        "16": "images\/hn-logo-16.png",
        "32": "images\/hn-logo-32.png",
        "48": "images\/hn-logo-48.png",
        "128": "images\/hn-logo-128.png"
    }
}