Lines Matching full:background
19 <title>Background Pages - Google Chrome Extensions - Google Code</title></head>
199 <li class="leftNavSelected">Background Pages</li>
254 <h1 class="page_title">Background Pages</h1>
329 <div id="static"><div id="pageData-name" class="pageData">Background Pages</div>
335 Background pages to the rescue.
340 the background page is an HTML page that runs in the extension process.
346 In a typical extension with a background page,
352 it requests the state from the background page.
353 When the background page notices a state change,
354 the background page tells the views to update.
360 Register your background page in the
368 <b>"background_page": "background.html"</b>,
376 <a href="manifest.html#permissions">"background" permission</a>.
390 returns the background page.
397 how the background page
400 the background page to handle events
406 has a background page
414 <pre><em>//In the background page:</em>