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

Side by Side Diff: chrome/common/extensions/docs/static/experimental.devtools.panels.html

Issue 6948003: Add chrome-firephp sample extensions; add sample references to devtools pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments addressed Created 9 years, 7 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 <!-- BEGIN AUTHORED CONTENT --> 1 <!-- BEGIN AUTHORED CONTENT -->
2 <p id="classSummary"> 2 <p id="classSummary">
3 Use the <code>chrome.experimental.devtools.panels</code> module to integrate 3 Use the <code>chrome.experimental.devtools.panels</code> module to integrate
4 your extension into Developer Tools window UI: create your own panels, access 4 your extension into Developer Tools window UI: create your own panels, access
5 existing panels and add sidebars. 5 existing panels and add sidebars.
6 </p><p> 6 </p><p>
7 See <a href="experimental.devtools.html">DevTools APIs summary</a> for 7 See <a href="experimental.devtools.html">DevTools APIs summary</a> for
8 general introduction to using Developer Tools APIs</a>. 8 general introduction to using Developer Tools APIs</a>.
9 </p> 9 </p>
10 10
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 </pre> 42 </pre>
43 <p> 43 <p>
44 This screenshot demonstrates the effect the above examples would have on 44 This screenshot demonstrates the effect the above examples would have on
45 Developer Tools window: 45 Developer Tools window:
46 46
47 <img src="images/devtools-panels.png" 47 <img src="images/devtools-panels.png"
48 style="margin-left: 20px" 48 style="margin-left: 20px"
49 width="686" height="289" 49 width="686" height="289"
50 alt="Extension icon panel on DevTools toolbar" /> 50 alt="Extension icon panel on DevTools toolbar" />
51 </p> 51 </p>
52
53 <p>
54 You can find examples that use this API in
55 <a href="samples.html#Chrome&#32;Query">Samples</a>.
56 </p>
52 <!-- END AUTHORED CONTENT --> 57 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698