Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Side by Side Diff: chrome/common/extensions/docs/server2/templates/intros/devtools.html

Issue 10832042: Extensions Docs Server: Doc conversion script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: everything but svn stuff Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698