NPM Package Search
To use, type 'npm' plus your search term into the url bar.
What is NPM Package Search?
NPM Package Search is a Chrome extension developed by Bryan Clark, and its main feature is "To use, type 'npm' plus your search term into the url bar.".
Extension Screenshots
Download NPM Package Search Extension CRX File
Download NPM Package Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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'.
Extension Basic Information
Name | NPM Package Search |
ID | opeblfahbafpdgaiadfdcefgdhegdnch |
Official URL | https://chromewebstore.google.com/detail/npm-package-search/opeblfahbafpdgaiadfdcefgdhegdnch |
Description | To use, type 'npm' plus your search term into the url bar. |
File Size | 6.15 KB |
Installation Count | 276 |
Current Version | 1.0 |
Last Updated | 2017-04-19 |
Publish Date | 2017-03-31 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Bryan Clark |
Payment Type | free |
Extension Website | https://github.com/clarkbw/npm-package-search |
Help Page URL | https://github.com/clarkbw/npm-package-search/issues/ |
Supported Languages | 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\/" ] } |