Node Package Finder
An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please…
什么是Node Package Finder?
Node Package Finder是由Suroor Wijdan & Sakshi Tyagi开发的Chrome扩展程序,该扩展的主要功能是“An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please…”。
扩展截图
下载Node Package Finder扩展crx文件
下载Node Package Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please leave reviews and feedback to improve this. Cheers!
扩展基本信息
名称 | |
ID | ilodempbgalegbnmnndlhnlokpapocli |
官方URL | https://chrome.google.com/webstore/detail/node-package-finder/ilodempbgalegbnmnndlhnlokpapocli |
简介 | An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please… |
文件大小 | 126 KB |
安装次数 | 176 |
当前版本 | 0.0.9 |
更新时间 | 2014-10-18 |
上架时间 | 2014-10-18 |
评分 | 5.00/5 共3次评分 |
开发者 | Suroor Wijdan & Sakshi Tyagi |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Node Package Finder", "version": "0.0.9", "manifest_version": 2, "minimum_chrome_version": "29", "icons": { "128": "icon.png" }, "permissions": [ "identity", "http:\/\/registry.npmjs.org\/", "https:\/\/www.npmjs.org\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "main.html" } } |