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 |
| Eメール | [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"
}
} | |