Index: chrome/common/extensions/docs/server2/templates/intros/devtools_panels.html |
diff --git a/chrome/common/extensions/docs/server2/templates/intros/devtools_panels.html b/chrome/common/extensions/docs/server2/templates/intros/devtools_panels.html |
index 6034caa6e4cc3f9239500a31e9c83f582017759c..dd388fea400443c63ef2273fd170e591872866ae 100644 |
--- a/chrome/common/extensions/docs/server2/templates/intros/devtools_panels.html |
+++ b/chrome/common/extensions/docs/server2/templates/intros/devtools_panels.html |
@@ -1,4 +1,3 @@ |
-<!-- BEGIN AUTHORED CONTENT --> |
<p id="classSummary"> |
Use the <code>chrome.devtools.panels</code> module to integrate |
your extension into Developer Tools window UI: create your own panels, access |
@@ -7,9 +6,7 @@ existing panels, and add sidebars. |
See <a href="devtools.html">DevTools APIs summary</a> for |
general introduction to using Developer Tools APIs. |
</p> |
- |
<h2>Overview</h2> |
- |
<p> |
Each extension panel and sidebar is displayed as a separate HTML page. All |
extension pages displayed in the Developer Tools window have access to all |
@@ -32,7 +29,6 @@ multiple times, only the last handler is retained. |
<p>The following code adds a panel contained in <code>Panel.html</code>, |
represented by <code>FontPicker.png</code> on the Developer Tools toolbar |
and labeled as <em>Font Picker</em>:</p> |
- |
<pre> |
chrome.devtools.panels.create("Font Picker", |
"FontPicker.png", |
@@ -52,15 +48,12 @@ chrome.devtools.panels.elements.createSidebarPane("Font Properties", |
<p> |
This screenshot demonstrates the effect the above examples would have on |
Developer Tools window: |
- |
<img src="{{static}}/images/devtools-panels.png" |
style="margin-left: 20px" |
width="686" height="289" |
alt="Extension icon panel on DevTools toolbar" /> |
</p> |
- |
<p> |
You can find examples that use this API in |
<a href="samples.html#Chrome Query">Samples</a>. |
-</p> |
-<!-- END AUTHORED CONTENT --> |
+</p> |