Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Side by Side Diff: chrome/common/extensions/docs/static/background_pages.html

Issue 465039: Extension Doc Changes (no building or testable changes) (Closed)
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
111 &lt;p> 111 &lt;p>
112 Image here: 112 Image here:
113 &lt;/p> 113 &lt;/p>
114 114
115 &lt;img id="target" src="white.png" width="640" height="480"> 115 &lt;img id="target" src="white.png" width="640" height="480">
116 116
117 &lt;/body> 117 &lt;/body>
118 &lt;/html> 118 &lt;/html>
119 </pre> 119 </pre>
120 120
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/autoupdate.html ('k') | chrome/common/extensions/docs/static/bookmarks.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698