HackerNotes Plugin

Open HackerNotes page of a Github Repository.

O que é HackerNotes Plugin?

HackerNotes Plugin é uma extensão do Chrome desenvolvida por abhishek77in, e sua principal característica é "Open HackerNotes page of a Github Repository.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HackerNotes Plugin

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

                        Plugin is supposed to open HackerNotes page for public Github repository on which the user is present.
Since it works in unobtrusive manner it won't be present all the time.                    

Informações Básicas da Extensão

Nome HackerNotes Plugin HackerNotes Plugin
ID acphikopigkpfbkonnacihkhcefdeagg
URL Oficial https://chromewebstore.google.com/detail/hackernotes-plugin/acphikopigkpfbkonnacihkhcefdeagg
Descrição Open HackerNotes page of a Github Repository.
Tamanho do Arquivo 17.62 KB
Contagem de Instalações 95
Versão Atual 1.1
Última Atualização 2015-11-23
Data de Publicação 2015-11-23
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor abhishek77in
Tipo de Pagamento free
Site da Extensão http://www.hackernotes.org/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HackerNotes Plugin",
    "version": "1.1",
    "description": "Open HackerNotes page of a Github Repository.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-16.jpg",
        "default_title": "HackerNotes"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "icon-48.jpg",
        "128": "icon-128.jpg"
    },
    "manifest_version": 2
}