| OLD | NEW |
| 1 <div id="pageData-name" class="pageData">chrome.experimental.devtools.* APIs</di
v> | 1 <div id="pageData-name" class="pageData">chrome.experimental.devtools.* APIs</di
v> |
| 2 | 2 |
| 3 <p> | 3 <p> |
| 4 The following API modules provide support for extending | 4 The following API modules provide support for extending |
| 5 Chrome Developer Tools: | 5 Chrome Developer Tools: |
| 6 </p> | 6 </p> |
| 7 | 7 |
| 8 <a name="api-list"></a> | 8 <a name="api-list"></a> |
| 9 <ul> | 9 <ul> |
| 10 <li jsselect="devtoolsAPIs();"> | 10 <li jsselect="devtoolsAPIs();"> |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 </li> | 64 </li> |
| 65 </ol> | 65 </ol> |
| 66 | 66 |
| 67 <h2 id="other">More information</h2> | 67 <h2 id="other">More information</h2> |
| 68 | 68 |
| 69 <p> | 69 <p> |
| 70 For information on the standard APIs that extensions can use, see | 70 For information on the standard APIs that extensions can use, see |
| 71 <a href="api_index.html">chrome.* APIs</a> and | 71 <a href="api_index.html">chrome.* APIs</a> and |
| 72 <a href="api_other.html">Other APIs</a>. | 72 <a href="api_other.html">Other APIs</a>. |
| 73 </p> | 73 </p> |
| 74 |
| 75 <h2 id="examples">Examples</h2> |
| 76 |
| 77 <p> |
| 78 You can find examples that use Developer Tools APIs in |
| 79 <a href="samples.html#devtools">Samples</a>. |
| 80 </p> |
| 81 |
| OLD | NEW |