| Index: chrome/common/extensions/docs/server2/templates/articles/autoupdate.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/server2/templates/articles/autoupdate.html (revision 150606)
|
| +++ chrome/common/extensions/docs/server2/templates/articles/autoupdate.html (working copy)
|
| @@ -1,6 +1,6 @@
|
| -<div id="pageData-name" class="pageData">Autoupdating</div>
|
| -<div id="pageData-showTOC" class="pageData">true</div>
|
| +<h1>Autoupdating</h1>
|
|
|
| +
|
| <p>We want extensions to be autoupdated for some of the same reasons as Google Chrome itself: to incorporate bug and security fixes, add new features or performance enhancements, and improve user interfaces.</p>
|
|
|
| <p>If you publish your extension using the <a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Developer Dashboard</a>, you can <em>ignore this page</em>. You can use the dashboard to release updated versions of your extension to users, as well as to the Chrome Web Store.</p>
|
| @@ -147,4 +147,4 @@
|
| </gupdate>
|
| </pre>
|
|
|
| -<p>This would ensure that users of this extension would autoupdate to version 2 only if they are running Google Chrome 3.0.193.0 or greater.</p>
|
| +<p>This would ensure that users of this extension would autoupdate to version 2 only if they are running Google Chrome 3.0.193.0 or greater.</p>
|
|
|