OLD | NEW |
1 <!-- BEGIN AUTHORED CONTENT --> | 1 <!-- BEGIN AUTHORED CONTENT --> |
2 <p id="classSummary"> | 2 <p id="classSummary"> |
3 The <code>chrome.extension</code> module | 3 The <code>chrome.extension</code> module |
4 has utilities that can be used by any extension page. | 4 has utilities that can be used by any extension page. |
5 It includes support for exchanging messages | 5 It includes support for exchanging messages |
6 between an extension and its content scripts | 6 between an extension and its content scripts |
7 or between extensions, | 7 or between extensions, |
8 as described in detail in | 8 as described in detail in |
9 <a href="messaging.html">Message Passing</a>. | 9 <a href="messaging.html">Message Passing</a>. |
10 </p> | 10 </p> |
(...skipping 23 matching lines...) Expand all Loading... |
34 </dt> | 34 </dt> |
35 <dd> | 35 <dd> |
36 Access to extension resources such as image files | 36 Access to extension resources such as image files |
37 </dd> | 37 </dd> |
38 </dl> | 38 </dl> |
39 <p> | 39 <p> |
40 For details, see | 40 For details, see |
41 <a href="content_scripts.html">Content Scripts</a>. | 41 <a href="content_scripts.html">Content Scripts</a>. |
42 </p> | 42 </p> |
43 <!-- END AUTHORED CONTENT --> | 43 <!-- END AUTHORED CONTENT --> |
OLD | NEW |