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

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

Issue 10832042: Extensions Docs Server: Doc conversion script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comment in converter.py Created 8 years, 4 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 -->
2 <p id="classSummary"> 1 <p id="classSummary">
3 Use the <code>chrome.windows</code> module 2 Use the <code>chrome.windows</code> module
4 to interact with browser windows. 3 to interact with browser windows.
5 You can use this module to 4 You can use this module to
6 create, modify, and rearrange windows in the browser. 5 create, modify, and rearrange windows in the browser.
7 </p> 6 </p>
8 <img src="{{static}}/images/windows.png" 7 <img src="{{static}}/images/windows.png"
9 width="256" height="76" alt="Two windows, each with one tab" /> 8 width="256" height="76" alt="Two windows, each with one tab" />
10 <h2 id="manifest">Manifest</h2> 9 <h2 id="manifest">Manifest</h2>
11 <p> 10 <p>
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 You can find simple examples of using the windows module in the 49 You can find simple examples of using the windows module in the
51 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/windows/">examples/api/windows</a> 50 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/windows/">examples/api/windows</a>
52 directory. 51 directory.
53 Another example is in the 52 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 53 <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 54 of the
56 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/tabs/inspector/">inspector</a> 55 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/tabs/inspector/">inspector</a>
57 example. 56 example.
58 For other examples and for help in viewing the source code, see 57 For other examples and for help in viewing the source code, see
59 <a href="samples.html">Samples</a>. 58 <a href="samples.html">Samples</a>.
60 </p> 59 </p>
61 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698