| OLD | NEW |
| 1 <div id="pageData-title" class="pageData">Background Pages</div> | 1 <div id="pageData-name" class="pageData">Background Pages</div> |
| 2 <div id="pageData-showTOC" class="pageData">true</div> | 2 <div id="pageData-showTOC" class="pageData">true</div> |
| 3 | 3 |
| 4 <p> | 4 <p> |
| 5 A common need for extensions is to have | 5 A common need for extensions is to have |
| 6 a single long-running script to manage some task or state. | 6 a single long-running script to manage some task or state. |
| 7 Background pages to the rescue. | 7 Background pages to the rescue. |
| 8 </p> | 8 </p> |
| 9 | 9 |
| 10 <p> | 10 <p> |
| 11 As the <a href="overview.html#arch">architecture overview</a> explains, | 11 As the <a href="overview.html#arch">architecture overview</a> explains, |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 <p> | 111 <p> |
| 112 Image here: | 112 Image here: |
| 113 </p> | 113 </p> |
| 114 | 114 |
| 115 <img id="target" src="white.png" width="640" height="480"> | 115 <img id="target" src="white.png" width="640" height="480"> |
| 116 | 116 |
| 117 </body> | 117 </body> |
| 118 </html> | 118 </html> |
| 119 </pre> | 119 </pre> |
| 120 | 120 |
| OLD | NEW |