Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove link to 'NiM' Chrome extension (privacy issues) #1910

Merged
merged 1 commit into from
Nov 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions locale/en/docs/guides/debugging-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ info on these follows:
are listed.
* **Option 2**: Copy the `devtoolsFrontendUrl` from the output of `/json/list`
(see above) or the --inspect hint text and paste into Chrome.
* **Option 3**: Install the Chrome Extension NIM (Node Inspector Manager):
https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj

#### [Visual Studio Code](https://github.com/microsoft/vscode) 1.10+

Expand Down
2 changes: 0 additions & 2 deletions locale/fa/docs/guides/debugging-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ info on these follows:
are listed.
* **Option 2**: Copy the `devtoolsFrontendUrl` from the output of `/json/list`
(see above) or the --inspect hint text and paste into Chrome.
* **Option 3**: Install the Chrome Extension NIM (Node Inspector Manager):
https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj

#### [Visual Studio Code](https://github.com/microsoft/vscode) 1.10+

Expand Down
2 changes: 0 additions & 2 deletions locale/ja/docs/guides/debugging-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ info on these follows:
are listed.
* **Option 2**: Copy the `devtoolsFrontendUrl` from the output of `/json/list`
(see above) or the --inspect hint text and paste into Chrome.
* **Option 3**: Install the Chrome Extension NIM (Node Inspector Manager):
https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj

#### [Visual Studio Code](https://github.com/microsoft/vscode) 1.10+

Expand Down
6 changes: 1 addition & 5 deletions locale/ko/docs/inspector.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ These commercial and open source tools make debugging Node.js apps easier.

* **Option 1**: Open `chrome://inspect` in a Chromium-based browser. Click the "Open dedicated DevTools for Node" link.
are listed. Then select your Node.js app from the list.
* **Option 2**: Install the Chrome Extension NIM (Node Inspector Manager):
https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj
-->

## 인스펙터 도구와 클라이언트
Expand All @@ -59,8 +57,6 @@ These commercial and open source tools make debugging Node.js apps easier.
### [Chrome DevTools](https://github.com/ChromeDevTools/devtools-frontend)

* **옵션 1**: 크로미움 기반의 브라우저에서 `chrome://inspect`에 접속 후 "Open dedicated DevTools for Node"를 클릭하십시오.
* **옵션 2**: 크롬 확장프로그램 NIM(Node Inspector Manager)을 설치하세요.
https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj

<!--
### [VS Code](https://github.com/microsoft/vscode) 1.10+
Expand Down Expand Up @@ -234,4 +230,4 @@ The following table lists the impact of various runtime flags on debugging:
</ul>
</td>
</tr>
</table>
</table>
1 change: 0 additions & 1 deletion locale/zh-cn/docs/guides/debugging-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ Node.js 进程如果 *不使用* `--inspect` 开关启动,也可以由指令

* **选项 1**: 在基于 Chromium 内核的浏览器下打开 `chrome://inspect`。点击配置按钮确保你的目标宿主和端口号列入其中。
* **选项 2**: 从 `/json/list` 中拷贝 `devtoolsFrontendUrl`(见上),或者加上 --inspect 以检查提示文本并粘贴到 Chrome 中。
* **选项 3**: 安装 Chrome 扩展(Node 监视管理器):https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj

#### [Visual Studio Code](https://github.com/microsoft/vscode) 1.10+

Expand Down