NPM Package Search
To use, type 'npm' plus your search term into the url bar.
O que é NPM Package Search?
NPM Package Search é uma extensão do Chrome desenvolvida por Bryan Clark, e sua principal característica é "To use, type 'npm' plus your search term into the url bar.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NPM Package Search
Baixe arquivos de extensão NPM Package Search 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
JavaScript developer get a shortcut to searching NPM for packages by typing the text 'npm' and then the search term. Like 'npm which' would search the NPM registry for packages with the name 'which'.
Informações Básicas da Extensão
Nome | NPM Package Search |
ID | opeblfahbafpdgaiadfdcefgdhegdnch |
URL Oficial | https://chromewebstore.google.com/detail/npm-package-search/opeblfahbafpdgaiadfdcefgdhegdnch |
Descrição | To use, type 'npm' plus your search term into the url bar. |
Tamanho do Arquivo | 6.15 KB |
Contagem de Instalações | 276 |
Versão Atual | 1.0 |
Última Atualização | 2017-04-19 |
Data de Publicação | 2017-03-31 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Bryan Clark |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/clarkbw/npm-package-search |
URL da Página de Ajuda | https://github.com/clarkbw/npm-package-search/issues/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NPM Package Search", "description": "To use, type 'npm' plus your search term into the url bar.", "homepage_url": "https:\/\/github.com\/clarkbw\/npm-package-search", "version": "1.0", "applications": { "gecko": { "strict_min_version": "52.0a1", "id": "[email protected]" } }, "icons": { "16": "icons\/npm-16.png", "64": "icons\/npm-64.png" }, "background": { "scripts": [ "background.js" ] }, "omnibox": { "keyword": "npm" }, "manifest_version": 2, "permissions": [ "https:\/\/registry.npmjs.org\/" ] } |