OLD | NEW |
1 <p> | 1 <p> |
2 See <a href="devtools.html">DevTools APIs summary</a> for | 2 See <a href="devtools.html">DevTools APIs summary</a> for |
3 general introduction to using Developer Tools APIs. | 3 general introduction to using Developer Tools APIs. |
4 </p> | 4 </p> |
5 | 5 |
6 <h2 id="overview">Overview</h2> | 6 <h2 id="overview">Overview</h2> |
7 | 7 |
8 <p> | 8 <p> |
9 Each extension panel and sidebar is displayed as a separate HTML page. All | 9 Each extension panel and sidebar is displayed as a separate HTML page. All |
10 extension pages displayed in the Developer Tools window have access to all | 10 extension pages displayed in the Developer Tools window have access to all |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 Developer Tools window: | 49 Developer Tools window: |
50 | 50 |
51 <img src="{{static}}/images/devtools-panels.png" | 51 <img src="{{static}}/images/devtools-panels.png" |
52 style="margin-left: 20px" | 52 style="margin-left: 20px" |
53 width="686" height="289" | 53 width="686" height="289" |
54 alt="Extension icon panel on DevTools toolbar" /> | 54 alt="Extension icon panel on DevTools toolbar" /> |
55 </p> | 55 </p> |
56 | 56 |
57 <p> | 57 <p> |
58 You can find examples that use this API in | 58 You can find examples that use this API in |
59 <a href="samples.html#Chrome Query">Samples</a>. | 59 <a href="samples.html#chrome-query">Samples</a>. |
60 </p> | 60 </p> |
OLD | NEW |