NPM Package Search
To use, type 'npm' plus your search term into the url bar.
Wat is NPM Package Search?
NPM Package Search is een Chrome-extensie ontwikkeld door Bryan Clark, en de belangrijkste functie is "To use, type 'npm' plus your search term into the url bar.".
Extensie Screenshots
Download het CRX-bestand van de extensie NPM Package Search
Download NPM Package Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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'.
Basisinformatie over de Extensie
Naam | NPM Package Search |
ID | opeblfahbafpdgaiadfdcefgdhegdnch |
Officiële URL | https://chromewebstore.google.com/detail/npm-package-search/opeblfahbafpdgaiadfdcefgdhegdnch |
Beschrijving | To use, type 'npm' plus your search term into the url bar. |
Bestandsgrootte | 6.15 KB |
Aantal Installaties | 276 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-04-19 |
Publicatiedatum | 2017-03-31 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Bryan Clark |
Betalingswijze | free |
Extensiewebsite | https://github.com/clarkbw/npm-package-search |
Help Pagina-URL | https://github.com/clarkbw/npm-package-search/issues/ |
Ondersteunde Talen | 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\/" ] } |