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

Side by Side Diff: chrome/common/extensions/docs/templates/articles/manifest/version.html

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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
OLDNEW
1 <h1 id="version">Manifest - Version</h1> 1 <h1 id="version">Manifest - Version</h1>
2 2
3 <p> 3 <p>
4 One to four dot-separated integers 4 One to four dot-separated integers
5 identifying the version of this extension. 5 identifying the version of this extension.
6 A couple of rules apply to the integers: 6 A couple of rules apply to the integers:
7 they must be between 0 and 65535, inclusive, 7 they must be between 0 and 65535, inclusive,
8 and non-zero integers can't start with 0. 8 and non-zero integers can't start with 0.
9 For example, 99999 and 032 are both invalid. 9 For example, 99999 and 032 are both invalid.
10 </p> 10 </p>
(...skipping 26 matching lines...) Expand all
37 For example, 1.2.0 is a newer version than 1.1.9.9999. 37 For example, 1.2.0 is a newer version than 1.1.9.9999.
38 </p> 38 </p>
39 39
40 <p> 40 <p>
41 A missing integer is equal to zero. 41 A missing integer is equal to zero.
42 For example, 1.1.9.9999 is newer than 1.1. 42 For example, 1.1.9.9999 is newer than 1.1.
43 </p> 43 </p>
44 44
45 <p> 45 <p>
46 For more information, see 46 For more information, see
47 <a href="http://developer.chrome.com/extensions/autoupdate.html">Autoupdating</a >. 47 <a href="http://developer.chrome.com/extensions/autoupdate">Autoupdating</a>.
48 </p> 48 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698