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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/intros/tabs.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.tabs</code> module 3 Use the <code>chrome.tabs</code> module
4 to interact with the browser's tab system. 4 to interact with the browser's tab system.
5 You can use this module to 5 You can use this module to
6 create, modify, and rearrange tabs in the browser. 6 create, modify, and rearrange tabs in the browser.
7 </p> 7 </p>
8 <img src="{{static}}/images/tabs.png" 8 <img src="{{static}}/images/tabs.png"
9 width="323" height="50" alt="Two tabs in a window" /> 9 width="323" height="50" alt="Two tabs in a window" />
10 <h2 id="manifest">Manifest</h2> 10 <h2 id="manifest">Manifest</h2>
(...skipping 20 matching lines...) Expand all
31 </p> 31 </p>
32 <h2 id="examples"> Examples </h2> 32 <h2 id="examples"> Examples </h2>
33 <p> 33 <p>
34 You can find simple examples of using the tabs module in the 34 You can find simple examples of using the tabs module in the
35 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/tabs/">examples/api/tabs</a> 35 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/tabs/">examples/api/tabs</a>
36 directory. 36 directory.
37 For other examples and for help in viewing the source code, see 37 For other examples and for help in viewing the source code, see
38 <a href="samples.html">Samples</a>. 38 <a href="samples.html">Samples</a>.
39 </p> 39 </p>
40 <!-- END AUTHORED CONTENT --> 40 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698