NodeJs Debug Manager
An extremely beta version of Node Debug Manager. For NodeJs developers who use --inspect. Keeps track of a JSON file containing…
什么是NodeJs Debug Manager?
NodeJs Debug Manager是由http://dewwwald.com开发的Chrome扩展程序,该扩展的主要功能是“An extremely beta version of Node Debug Manager. For NodeJs developers who use --inspect. Keeps track of a JSON file containing…”。
扩展截图
下载NodeJs Debug Manager扩展crx文件
下载NodeJs Debug Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | dgjckdjcikoggkfmkfnpfkmnimhacpdi |
官方URL | https://chrome.google.com/webstore/detail/nodejs-debug-manager/dgjckdjcikoggkfmkfnpfkmnimhacpdi |
简介 | An extremely beta version of Node Debug Manager. For NodeJs developers who use --inspect. Keeps track of a JSON file containing… |
文件大小 | 13.63 KB |
安装次数 | 171 |
当前版本 | 0.0.5 |
更新时间 | 2017-04-08 |
上架时间 | 2017-04-08 |
评分 | 5.00/5 共1次评分 |
开发者 | http://dewwwald.com |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | http://dewwwald.com/when-where |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NodeJs Debug Manager", "version": "0.0.5", "icons": { "128": "128.png" }, "background": { "scripts": [ "main.js" ] }, "permissions": [ "background", "tabs", "windows", "file:\/\/\/Users\/dewald\/node-debugger-url.json" ], "browser_action": { "default_popup": "popup\/default-popup.html" } } |