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 |
官方網址 | 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\/" ] } |