| Index: chrome/common/extensions/docs/server2/templates/intros/extension.html
|
| diff --git a/chrome/common/extensions/docs/server2/templates/intros/extension.html b/chrome/common/extensions/docs/server2/templates/intros/extension.html
|
| index d7845b190a4875fe9033c3672886c05469062636..2ab3f089cec4f406ebe8fbd215cf48bb0ce0cff9 100644
|
| --- a/chrome/common/extensions/docs/server2/templates/intros/extension.html
|
| +++ b/chrome/common/extensions/docs/server2/templates/intros/extension.html
|
| @@ -1,4 +1,3 @@
|
| -<!-- BEGIN AUTHORED CONTENT -->
|
| <p id="classSummary">
|
| The <code>chrome.extension</code> module
|
| has utilities that can be used by any extension page.
|
| @@ -8,12 +7,14 @@ or between extensions,
|
| as described in detail in
|
| <a href="messaging.html">Message Passing</a>.
|
| </p>
|
| +
|
| <h2 id="content scripts">Support for content scripts</h2>
|
| <p>
|
| Unlike the other chrome.* APIs,
|
| parts of <code>chrome.extension</code>
|
| can be used by content scripts:
|
| </p>
|
| +
|
| <dl>
|
| <dt>
|
| <a href="#method-sendMessage"><code>sendMessage()</code></a> and
|
| @@ -36,8 +37,8 @@ can be used by content scripts:
|
| Access to extension resources such as image files
|
| </dd>
|
| </dl>
|
| +
|
| <p>
|
| For details, see
|
| <a href="content_scripts.html">Content Scripts</a>.
|
| -</p>
|
| -<!-- END AUTHORED CONTENT -->
|
| +</p>
|
|
|