NPM Package Search

To use, type 'npm' plus your search term into the url bar.

Qu'est-ce que NPM Package Search ?

NPM Package Search est une extension Chrome développée par Bryan Clark, et sa fonction principale est "To use, type 'npm' plus your search term into the url bar.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NPM Package Search

Téléchargez les fichiers d'extension NPM Package Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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'.                    

Informations de Base sur l'Extension

Nom NPM Package Search NPM Package Search
ID opeblfahbafpdgaiadfdcefgdhegdnch
URL Officiel https://chromewebstore.google.com/detail/npm-package-search/opeblfahbafpdgaiadfdcefgdhegdnch
Description To use, type 'npm' plus your search term into the url bar.
Taille du Fichier 6.15 KB
Nombre d'Installations 276
Version Actuelle 1.0
Dernière Mise à Jour 2017-04-19
Date de Publication 2017-03-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur Bryan Clark
Type de Paiement free
Site Web de l'Extension https://github.com/clarkbw/npm-package-search
URL de la Page d'Aide https://github.com/clarkbw/npm-package-search/issues/
Langues Prises en Charge 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\/"
    ]
}