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

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

Issue 6731052: Minor doc fixes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 9 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 <div id="pageData-name" class="pageData">Hello There!</div> 1 <div id="pageData-name" class="pageData">Hello There!</div>
2 2
3 <p> 3 <p>
4 This documentation tells you how to write extensions 4 This documentation tells you how to write extensions
5 and packaged apps for the 5 and packaged apps for the
6 <a href="http://www.google.com/chrome">Google Chrome browser</a>. 6 <a href="http://www.google.com/chrome">Google Chrome browser</a>.
7 Because extensions came first, 7 Because extensions came first,
8 the APIs and these docs say <em>extension</em> everywhere, 8 the APIs and these docs say <em>extension</em> everywhere.
9 even though almost everything applies to packaged apps, as well.
10 </p> 9 </p>
11 10
12 <p class="caution"> 11 <p class="caution">
13 <b>Note:</b> 12 <b>Note:</b>
14 Unless you see a note 13 Unless you see a note
15 describing an exception for packaged apps, 14 describing an exception for packaged apps,
16 everything in this documentation applies to both extensions and packaged apps. 15 everything in this documentation applies to both extensions and packaged apps.
17 </p> 16 </p>
18 17
19 18
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 but haven't been integrated into it yet. 131 but haven't been integrated into it yet.
133 132
134 <p> 133 <p>
135 <strong>Note:</strong> 134 <strong>Note:</strong>
136 The trunk version of the doc is preliminary and might have errors. 135 The trunk version of the doc is preliminary and might have errors.
137 </p> 136 </p>
138 </td> 137 </td>
139 </tr> 138 </tr>
140 </table> 139 </table>
141 </p> 140 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698