Skip to content
Merged
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: 1 addition & 1 deletion pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const data = await Main.MainImpl.sendOverProtocol("Page.captureScreenshot");</pr

<h3 id="extension">DevTools protocol via Chrome extension</h3>
<p>To allow chrome extensions to interact with the protocol, we introduced
<a href="https://developer.chrome.com/extensions/debugger.html">chrome.debugger</a>
<a href="https://developer.chrome.com/extensions/debugger/">chrome.debugger</a>
extension API that exposes this JSON message
transport interface. As a result, you can not only attach to the remotely
running Chrome instance, but also instrument it from its own extension.
Expand Down