Skip to content

Commit

Permalink
Remove recommendations of Chrome Extensions (#2259)
Browse files Browse the repository at this point in the history
The only Chrome Extension currently recommended is NiM, there are no
other links to the Chrome webstore. This removes the extension from all
locales.

Fixes: #1908
  • Loading branch information
sam-github committed Jun 18, 2019
1 parent ad0e7e7 commit 27851ef
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 15 deletions.
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 @@ -84,8 +84,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 @@ -84,8 +84,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/it/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
4 changes: 0 additions & 4 deletions locale/ja/docs/guides/debugging-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,16 +174,12 @@ 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
-->
#### [Chrome DevTools](https://github.com/ChromeDevTools/devtools-frontend) 55+

* **オプション 1**: Chromium ベースのブラウザで `chrome://inspect` を開きます。設定ボタンをクリックして、ターゲットホストとポートが表示されていることを確認します。
* **オプション 2**: `/json/list`の出力 (上記を参照) または --inspect ヒントテキストから `devtoolsFrontendUrl` をコピーして Chrome に貼り付けます
* **オプション 3**: Chrome Extension NIM (ノードインスペクタマネージャ) をインストールします:
https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj

<!--
#### [Visual Studio Code](https://github.com/microsoft/vscode) 1.10+
Expand Down
4 changes: 0 additions & 4 deletions locale/ko/docs/guides/debugging-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,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
-->

## 인스펙터 클라이언트
Expand All @@ -152,8 +150,6 @@ Node 인스펙터에 접속할 수 있는 여러 상용 도구와 오픈소스
Configure 버튼을 눌러서 대상 호스트와 포트 목록을 확인합니다.
* **방법 2**: `/json/list`(상단 참고)의 출력에서 `devtoolsFrontendUrl`
복사하거나 --inspect가 알려준 텍스트에서 복사해서 크롬에 붙여넣기를 합니다.
* **방법 3**: 크롬 확장프로그램 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
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 @@ -52,7 +52,6 @@ layout: docs.hbs

* **选项 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 27851ef

Please sign in to comment.