Skip to content

Commit 19717ac

Browse files
committed
Remove link to 'NiM' Chrome extension (privacy issues)
The extension collects and transfers the user's email address every second via Google Analytics without stating a legitimate purpose for doing so: https://github.com/june07/NiM/blob/421d83ae7c5e06ae573a39a3ced0616390c7da8e/background.js#L112-L113 Fixes: #1908
1 parent 1150f1f commit 19717ac

File tree

5 files changed

+1
-12
lines changed

5 files changed

+1
-12
lines changed

locale/en/docs/guides/debugging-getting-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ info on these follows:
106106
are listed.
107107
* **Option 2**: Copy the `devtoolsFrontendUrl` from the output of `/json/list`
108108
(see above) or the --inspect hint text and paste into Chrome.
109-
* **Option 3**: Install the Chrome Extension NIM (Node Inspector Manager):
110-
https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj
111109

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

locale/fa/docs/guides/debugging-getting-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ info on these follows:
106106
are listed.
107107
* **Option 2**: Copy the `devtoolsFrontendUrl` from the output of `/json/list`
108108
(see above) or the --inspect hint text and paste into Chrome.
109-
* **Option 3**: Install the Chrome Extension NIM (Node Inspector Manager):
110-
https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj
111109

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

locale/ja/docs/guides/debugging-getting-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ info on these follows:
106106
are listed.
107107
* **Option 2**: Copy the `devtoolsFrontendUrl` from the output of `/json/list`
108108
(see above) or the --inspect hint text and paste into Chrome.
109-
* **Option 3**: Install the Chrome Extension NIM (Node Inspector Manager):
110-
https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj
111109

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

locale/ko/docs/inspector.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ These commercial and open source tools make debugging Node.js apps easier.
4242
4343
* **Option 1**: Open `chrome://inspect` in a Chromium-based browser. Click the "Open dedicated DevTools for Node" link.
4444
are listed. Then select your Node.js app from the list.
45-
* **Option 2**: Install the Chrome Extension NIM (Node Inspector Manager):
46-
https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj
4745
-->
4846

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

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

6561
<!--
6662
### [VS Code](https://github.com/microsoft/vscode) 1.10+
@@ -234,4 +230,4 @@ The following table lists the impact of various runtime flags on debugging:
234230
</ul>
235231
</td>
236232
</tr>
237-
</table>
233+
</table>

locale/zh-cn/docs/guides/debugging-getting-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ Node.js 进程如果 *不使用* `--inspect` 开关启动,也可以由指令
6868

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

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

0 commit comments

Comments
 (0)