| Index: chrome/common/extensions/docs/templates/articles/getstarted.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/getstarted.html b/chrome/common/extensions/docs/templates/articles/getstarted.html
|
| index 23e577b986e48d5dd5d05a625c0e9aa81e456d64..e69ea42190924d7e6c69a51b8db0bbb3e833b1f8 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/getstarted.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/getstarted.html
|
| @@ -204,6 +204,11 @@
|
| </ol>
|
|
|
| <p>
|
| + Alternatively, you can drag and drop the directory where your extension files
|
| + live onto <code>chrome://extensions</code> in your browser to load it.
|
| +</p>
|
| +
|
| +<p>
|
| If the extension is valid, it'll be loaded up and active right away! If it's
|
| invalid, an error message will be displayed at the top of the page. Correct
|
| the error, and try again.
|
|
|