NPM Package Search

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

NPM Package Search란 무엇입니까?

NPM Package Search은(는) Bryan Clark에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To use, type 'npm' plus your search term into the url bar."입니다.

확장 프로그램 스크린샷

screenshot

NPM Package Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/"
    ]
}