OLD | NEW |
1 <h2 id="content scripts">Support for content scripts</h2> | 1 <h2 id="content scripts">Support for content scripts</h2> |
2 <p> | 2 <p> |
3 Unlike the other chrome.* APIs, | 3 Unlike the other chrome.* APIs, |
4 parts of <code>chrome.extension</code> | 4 parts of <code>chrome.extension</code> |
5 can be used by content scripts: | 5 can be used by content scripts: |
6 </p> | 6 </p> |
7 | 7 |
8 <dl> | 8 <dl> |
9 <dt> | 9 <dt> |
10 $(ref:runtime.sendMessage) and | 10 $(ref:runtime.sendMessage) and |
(...skipping 12 matching lines...) Expand all Loading... |
23 <dt> | 23 <dt> |
24 $(ref:extension.getURL) | 24 $(ref:extension.getURL) |
25 </dt> | 25 </dt> |
26 <dd> | 26 <dd> |
27 Access to extension resources such as image files | 27 Access to extension resources such as image files |
28 </dd> | 28 </dd> |
29 </dl> | 29 </dl> |
30 | 30 |
31 <p> | 31 <p> |
32 For details, see | 32 For details, see |
33 <a href="content_scripts.html">Content Scripts</a>. | 33 <a href="content_scripts">Content Scripts</a>. |
34 </p> | 34 </p> |
OLD | NEW |