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

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

Issue 7744001: Misc. minor doc improvements (mostly new links). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « chrome/common/extensions/docs/static/api_other.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 </p> 9 </p>
10 10
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 APIs on the Dev channel are subject to change. 116 APIs on the Dev channel are subject to change.
117 </p> 117 </p>
118 </td> 118 </td>
119 </tr> 119 </tr>
120 <tr> 120 <tr>
121 <td> 121 <td>
122 <a href="http://code.google.com/chrome/extensions/trunk/overview.html">... /extensions/<b>trunk/</b>...</a> 122 <a href="http://code.google.com/chrome/extensions/trunk/overview.html">... /extensions/<b>trunk/</b>...</a>
123 </td> 123 </td>
124 <td> 124 <td>
125 The very latest documentation. 125 The very latest documentation.
126 Look here if you're using a tip-of-tree version of 126 Look here if you're using
127 <a href="http://tools.google.com/dlpage/chromesxs">Canary</a>
128 or a tip-of-tree version of
127 <a href="http://dev.chromium.org">Chromium</a> 129 <a href="http://dev.chromium.org">Chromium</a>
128 or if you're curious about features to come. 130 or if you're curious about features to come.
129 This version might also have bug fixes and feature information 131 This version might also have bug fixes and feature information
130 that are relevant to the current doc 132 that are relevant to the current doc
131 but haven't been integrated into it yet. 133 but haven't been integrated into it yet.
132 134
133 <p> 135 <p>
134 <strong>Note:</strong> 136 <strong>Note:</strong>
135 The trunk version of the doc is preliminary and might have errors. 137 The trunk version of the doc is preliminary and might have errors.
136 </p> 138 </p>
137 </td> 139 </td>
138 </tr> 140 </tr>
139 </table> 141 </table>
140 </p> 142 </p>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/api_other.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698