NPM Package Search
To use, type 'npm' plus your search term into the url bar.
Co to jest NPM Package Search?
NPM Package Search to rozszerzenie Chrome opracowane przez Bryan Clark, a jego główną funkcją jest „To use, type 'npm' plus your search term into the url bar.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NPM Package Search
Pobierz pliki rozszerzeń NPM Package Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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'.
Podstawowe informacje o rozszerzeniu
Nazwa | NPM Package Search |
ID | opeblfahbafpdgaiadfdcefgdhegdnch |
Oficjalny URL | https://chromewebstore.google.com/detail/npm-package-search/opeblfahbafpdgaiadfdcefgdhegdnch |
Opis | To use, type 'npm' plus your search term into the url bar. |
Rozmiar pliku | 6.15 KB |
Liczba instalacji | 276 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-04-19 |
Data Publikacji | 2017-03-31 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Bryan Clark |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/clarkbw/npm-package-search |
Adres URL Strony Pomocy | https://github.com/clarkbw/npm-package-search/issues/ |
Obsługiwane Języki | 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\/" ] } |