| OLD | NEW |
| 1 <p> | 1 <p> |
| 2 The following API modules provide support for extending | 2 The following API modules provide support for extending |
| 3 Chrome Developer Tools: | 3 Chrome Developer Tools: |
| 4 </p> | 4 </p> |
| 5 | 5 |
| 6 <a name="api-list"></a> | 6 <a name="api-list"></a> |
| 7 <ul> | 7 <ul> |
| 8 <li> | 8 <li> |
| 9 <a href="devtools.inspectedWindow.html">devtools.inspectedWindow</a></li><li> | 9 <a href="devtools.inspectedWindow.html">devtools.inspectedWindow</a></li><li> |
| 10 <a href="devtools.network.html">devtools.network</a></li><li> | 10 <a href="devtools.network.html">devtools.network</a></li><li> |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 For information on the standard APIs that extensions can use, see | 62 For information on the standard APIs that extensions can use, see |
| 63 <a href="api_index.html">chrome.* APIs</a> and | 63 <a href="api_index.html">chrome.* APIs</a> and |
| 64 <a href="api_other.html">Other APIs</a>. | 64 <a href="api_other.html">Other APIs</a>. |
| 65 </p> | 65 </p> |
| 66 | 66 |
| 67 <h2 id="examples">Examples</h2> | 67 <h2 id="examples">Examples</h2> |
| 68 | 68 |
| 69 <p> | 69 <p> |
| 70 You can find examples that use Developer Tools APIs in | 70 You can find examples that use Developer Tools APIs in |
| 71 <a href="samples.html#devtools">Samples</a>. | 71 <a href="samples.html#devtools">Samples</a>. |
| 72 </p> | 72 </p> |
| OLD | NEW |