NPM Package Search

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

NPM Package Search क्या है?

NPM Package Search Bryan Clark द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To use, type 'npm' plus your search term into the url bar."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NPM Package Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम NPM Package Search NPM Package Search
ID opeblfahbafpdgaiadfdcefgdhegdnch
आधिकारिक URL https://chromewebstore.google.com/detail/npm-package-search/opeblfahbafpdgaiadfdcefgdhegdnch
विवरण To use, type 'npm' plus your search term into the url bar.
फ़ाइल का आकार 6.15 KB
स्थापना संख्या 276
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-04-19
प्रकाशन तिथि 2017-03-31
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Bryan Clark
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/clarkbw/npm-package-search
सहायता पृष्ठ URL https://github.com/clarkbw/npm-package-search/issues/
समर्थित भाषाएँ 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\/"
    ]
}