OLD | NEW |
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: | 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: |
2 1) The <head> information in this page is significant, should be uniform | 2 1) The <head> information in this page is significant, should be uniform |
3 across api docs and should be edited only with knowledge of the | 3 across api docs and should be edited only with knowledge of the |
4 templating mechanism. | 4 templating mechanism. |
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a | 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a |
6 browser, it will be re-generated from the template, json schema and | 6 browser, it will be re-generated from the template, json schema and |
7 authored overview content. | 7 authored overview content. |
8 4) The <body>.innerHTML is also generated by an offline step so that this | 8 4) The <body>.innerHTML is also generated by an offline step so that this |
9 page may easily be indexed by search engines. | 9 page may easily be indexed by search engines. |
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> | 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> |
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 <a href="#id-anchor">id</a> | 308 <a href="#id-anchor">id</a> |
309 </li> | 309 </li> |
310 </ol> | 310 </ol> |
311 </li> | 311 </li> |
312 </ol> | 312 </ol> |
313 </li> | 313 </li> |
314 </ol> | 314 </ol> |
315 </div> | 315 </div> |
316 <!-- /TABLE OF CONTENTS --> | 316 <!-- /TABLE OF CONTENTS --> |
317 | 317 |
| 318 <!-- Standard content lead-in for experimental API pages --> |
| 319 <p id="classSummary" style="display: none; "> |
| 320 For information on how to use experimental APIs, see the <a href="expe
rimental.html">chrome.experimental.* APIs</a> page. |
| 321 </p> |
| 322 |
318 <!-- STATIC CONTENT PLACEHOLDER --> | 323 <!-- STATIC CONTENT PLACEHOLDER --> |
319 <div id="static"><div id="pageData-name" class="pageData">Content Script
s</div> | 324 <div id="static"><div id="pageData-name" class="pageData">Content Script
s</div> |
320 <div id="pageData-showTOC" class="pageData">true</div> | 325 <div id="pageData-showTOC" class="pageData">true</div> |
321 | 326 |
322 <p> | 327 <p> |
323 Content scripts are JavaScript files that run in the context of web pages. | 328 Content scripts are JavaScript files that run in the context of web pages. |
324 By using the standard | 329 By using the standard |
325 <a href="http://www.w3.org/TR/DOM-Level-2-HTML/">Document | 330 <a href="http://www.w3.org/TR/DOM-Level-2-HTML/">Document |
326 Object Model</a> (DOM), | 331 Object Model</a> (DOM), |
327 they can read details of the web pages the browser visits, | 332 they can read details of the web pages the browser visits, |
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
909 _uff=0; | 914 _uff=0; |
910 urchinTracker(); | 915 urchinTracker(); |
911 } | 916 } |
912 catch(e) {/* urchinTracker not available. */} | 917 catch(e) {/* urchinTracker not available. */} |
913 </script> | 918 </script> |
914 <!-- end analytics --> | 919 <!-- end analytics --> |
915 </div> | 920 </div> |
916 </div> <!-- /gc-footer --> | 921 </div> <!-- /gc-footer --> |
917 </div> <!-- /gc-container --> | 922 </div> <!-- /gc-container --> |
918 </body></html> | 923 </body></html> |
OLD | NEW |