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\/" ] } |