NPM Package Search
To use, type 'npm' plus your search term into the url bar.
Vad är NPM Package Search?
NPM Package Search är en Chrome-tillägg utvecklad av Bryan Clark, och dess huvudfunktion är "To use, type 'npm' plus your search term into the url bar.".
Tilläggsskärmbilder
Ladda ner NPM Package Search-förlängningens CRX-fil
Ladda ner NPM Package Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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'.
Grundläggande Information om Tillägg
Namn | NPM Package Search |
ID | opeblfahbafpdgaiadfdcefgdhegdnch |
Officiell webbadress | https://chromewebstore.google.com/detail/npm-package-search/opeblfahbafpdgaiadfdcefgdhegdnch |
Beskrivning | To use, type 'npm' plus your search term into the url bar. |
Filstorlek | 6.15 KB |
Antal Installationer | 276 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-04-19 |
Publiceringsdatum | 2017-03-31 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Bryan Clark |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/clarkbw/npm-package-search |
Hjälpsida URL | https://github.com/clarkbw/npm-package-search/issues/ |
Stödda Språk | 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\/" ] } |