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

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

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: 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
OLDNEW
1 <!-- BEGIN AUTHORED CONTENT -->
2 <p id="classSummary"> 1 <p id="classSummary">
3 The <code>chrome.extension</code> module 2 The <code>chrome.extension</code> module
4 has utilities that can be used by any extension page. 3 has utilities that can be used by any extension page.
5 It includes support for exchanging messages 4 It includes support for exchanging messages
6 between an extension and its content scripts 5 between an extension and its content scripts
7 or between extensions, 6 or between extensions,
8 as described in detail in 7 as described in detail in
9 <a href="messaging.html">Message Passing</a>. 8 <a href="messaging.html">Message Passing</a>.
10 </p> 9 </p>
11 10
(...skipping 23 matching lines...) Expand all
35 <a href="#method-getURL"><code>getURL()</code></a> 34 <a href="#method-getURL"><code>getURL()</code></a>
36 </dt> 35 </dt>
37 <dd> 36 <dd>
38 Access to extension resources such as image files 37 Access to extension resources such as image files
39 </dd> 38 </dd>
40 </dl> 39 </dl>
41 40
42 <p> 41 <p>
43 For details, see 42 For details, see
44 <a href="content_scripts.html">Content Scripts</a>. 43 <a href="content_scripts.html">Content Scripts</a>.
45 </p> 44 </p>
46
47 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698