1 <h2 id=
"content scripts">Support for content scripts
</h2>
3 Unlike the other chrome.* APIs,
4 parts of
<code>chrome.extension
</code>
5 can be used by content scripts:
10 $ref:runtime.sendMessage and
11 $ref:runtime.onMessage
14 Simple communication with extension pages
17 $ref:runtime.connect and
18 $ref:runtime.onConnect
21 Extended communication with extension pages
27 Access to extension resources such as image files
33 <a href=
"content_scripts.html">Content Scripts
</a>.