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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/intros/windows.html

Issue 10750017: Extensions Docs Server: Intro data source (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 8 years, 5 months 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 | Annotate | Revision Log
OLDNEW
1 <!-- BEGIN AUTHORED CONTENT --> 1 <!-- BEGIN AUTHORED CONTENT -->
2 <p id="classSummary"> 2 <p id="classSummary">
3 Use the <code>chrome.windows</code> module 3 Use the <code>chrome.windows</code> module
4 to interact with browser windows. 4 to interact with browser windows.
5 You can use this module to 5 You can use this module to
6 create, modify, and rearrange windows in the browser. 6 create, modify, and rearrange windows in the browser.
7 </p> 7 </p>
8 <img src="{{static}}/images/windows.png" 8 <img src="{{static}}/images/windows.png"
9 width="256" height="76" alt="Two windows, each with one tab" /> 9 width="256" height="76" alt="Two windows, each with one tab" />
10 <h2 id="manifest">Manifest</h2> 10 <h2 id="manifest">Manifest</h2>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 directory. 52 directory.
53 Another example is in the 53 Another example is in the
54 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/tabs/inspector/tabs_api.html?content-type=text/plain">tabs_a pi.html</a> file 54 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/tabs/inspector/tabs_api.html?content-type=text/plain">tabs_a pi.html</a> file
55 of the 55 of the
56 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/tabs/inspector/">inspector</a> 56 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/tabs/inspector/">inspector</a>
57 example. 57 example.
58 For other examples and for help in viewing the source code, see 58 For other examples and for help in viewing the source code, see
59 <a href="samples.html">Samples</a>. 59 <a href="samples.html">Samples</a>.
60 </p> 60 </p>
61 <!-- END AUTHORED CONTENT --> 61 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698