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