| OLD | NEW |
| 1 <!-- BEGIN AUTHORED CONTENT --> | |
| 2 <p id="classSummary"> | 1 <p id="classSummary"> |
| 3 Use the <code>chrome.devtools.panels</code> module to integrate | 2 Use the <code>chrome.devtools.panels</code> module to integrate |
| 4 your extension into Developer Tools window UI: create your own panels, access | 3 your extension into Developer Tools window UI: create your own panels, access |
| 5 existing panels, and add sidebars. | 4 existing panels, and add sidebars. |
| 6 </p><p> | 5 </p><p> |
| 7 See <a href="devtools.html">DevTools APIs summary</a> for | 6 See <a href="devtools.html">DevTools APIs summary</a> for |
| 8 general introduction to using Developer Tools APIs. | 7 general introduction to using Developer Tools APIs. |
| 9 </p> | 8 </p> |
| 10 | 9 |
| 11 <h2>Overview</h2> | 10 <h2>Overview</h2> |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 | 54 |
| 56 <img src="{{static}}/images/devtools-panels.png" | 55 <img src="{{static}}/images/devtools-panels.png" |
| 57 style="margin-left: 20px" | 56 style="margin-left: 20px" |
| 58 width="686" height="289" | 57 width="686" height="289" |
| 59 alt="Extension icon panel on DevTools toolbar" /> | 58 alt="Extension icon panel on DevTools toolbar" /> |
| 60 </p> | 59 </p> |
| 61 | 60 |
| 62 <p> | 61 <p> |
| 63 You can find examples that use this API in | 62 You can find examples that use this API in |
| 64 <a href="samples.html#Chrome Query">Samples</a>. | 63 <a href="samples.html#Chrome Query">Samples</a>. |
| 65 </p> | 64 </p> |
| 66 <!-- END AUTHORED CONTENT --> | |
| OLD | NEW |