Skip to content

Commit

Permalink
Remove link to 'NiM' Chrome extension (privacy issues)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fhemberger committed Nov 22, 2018
1 parent 1150f1f commit 19717ac
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 12 deletions.
2 changes: 0 additions & 2 deletions locale/en/docs/guides/debugging-getting-started.md
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
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
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
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
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

0 comments on commit 19717ac

Please sign in to comment.