Node Package Finder

An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please…

O que é Node Package Finder?

Node Package Finder é uma extensão do Chrome desenvolvida por Suroor Wijdan & Sakshi Tyagi, e sua principal característica é "An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Node Package Finder

Baixe arquivos de extensão Node Package Finder 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

                        An easy way to find node.js packages right from your browser with just one click without needing to open another page.

Please leave reviews and feedback to improve this. Cheers!                    

Informações Básicas da Extensão

Nome Node Package Finder Node Package Finder
ID ilodempbgalegbnmnndlhnlokpapocli
URL Oficial https://chrome.google.com/webstore/detail/node-package-finder/ilodempbgalegbnmnndlhnlokpapocli
Descrição An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please…
Tamanho do Arquivo 126 KB
Contagem de Instalações 176
Versão Atual 0.0.9
Última Atualização 2014-10-18
Data de Publicação 2014-10-18
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Suroor Wijdan & Sakshi Tyagi
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Node Package Finder",
    "version": "0.0.9",
    "manifest_version": 2,
    "minimum_chrome_version": "29",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "identity",
        "http:\/\/registry.npmjs.org\/",
        "https:\/\/www.npmjs.org\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "main.html"
    }
}