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

Unified Diff: chrome/common/extensions/docs/templates/articles/getstarted.html

Issue 81953003: Document unpacked extension installation through dragging and dropping (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698