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 recommendations of Chrome Extensions #2259

Merged
merged 1 commit into from
Jun 18, 2019
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 @@ -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