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.」です。
拡張機能のスクリーンショット
NPM Package Search拡張機能のCRXファイルをダウンロード
NPM Package Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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\/" ] } |