Chromium Code Reviews| Index: chrome/common/extensions/docs/server2/templates/articles/autoupdate.html |
| diff --git a/chrome/common/extensions/docs/server2/templates/articles/autoupdate.html b/chrome/common/extensions/docs/server2/templates/articles/autoupdate.html |
| index 4c340bbb6d49b2056628fd8d64e39222e313ce6d..355c7498f63e2e5da6e4c4dce79c4bc1b9efb57c 100644 |
| --- a/chrome/common/extensions/docs/server2/templates/articles/autoupdate.html |
| +++ b/chrome/common/extensions/docs/server2/templates/articles/autoupdate.html |
| @@ -50,21 +50,9 @@ and <strong><updatecheck></strong> elements of the update manifest: |
| <p><b>appid</b><br> |
| The extension ID, generated based on a hash of the extension's public key, |
| as described in <a href="packaging.html">Packaging</a>. You can find the |
| -ID of an extension or packaged app by going to the Extensions page (<b>chrome://extensions</b>). |
| - |
| -Hosted apps, however, are not listed on the Extensions page. You can find the ID of any |
|
Mihai Parparita -not on Chrome
2012/09/16 04:55:02
Hosted apps are not (publicly) deprecated yet, we
Aaron Boodman
2012/09/17 21:23:08
Again, this caveat is something that should only b
mkearney1
2012/09/17 21:30:17
Yes, we need the apps stuff to be in apps docs-- i
|
| -app using the following steps: |
| +ID of an extension by going to the Extensions page (<b>chrome://extensions</b>). |
|
Aaron Boodman
2012/09/16 00:44:35
What did we decide to do about pages like this tha
Mihai Parparita -not on Chrome
2012/09/16 04:55:02
Given that this page appears in the apps doc set t
Aaron Boodman
2012/09/17 21:18:04
Yeah. My question was what we decided to do in the
mkearney1
2012/09/17 21:30:17
I have a to-do to investigate if there are any spe
|
| </p> |
| -<ul> |
| - <li> Open the app. You can do this by clicking its icon on the New Tab page.</li> |
| - <li> Open the JavaScript console. You can do this by clicking the wrench icon |
| - and choosing <b>Tools > JavaScript Console</b>.</li> |
| - <li> Enter the following expression into the JavaScript console: <code>chrome.app.getDetails().id</code> |
| - <p>The console shows the app's ID as a quoted string.</p> |
| - </li> |
| -</ul> |
| - |
| <p><b>codebase</b><br> |
| A URL to the extension's <code>.crx</code> file.</p> |