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

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

Issue 10874057: Document the activeTab extension permission. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweaks Created 8 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/articles/manifest.html
diff --git a/chrome/common/extensions/docs/templates/articles/manifest.html b/chrome/common/extensions/docs/templates/articles/manifest.html
index 84b911860622f02358c86cb298f239dbd6a2c55d..769b8414920fcbbd0faaa44bd1e9e7ff22d068dd 100644
--- a/chrome/common/extensions/docs/templates/articles/manifest.html
+++ b/chrome/common/extensions/docs/templates/articles/manifest.html
@@ -465,6 +465,12 @@ table.
<a href="match_patterns.html">Match Patterns</a>.
</td>
</tr>
+<tr>
+ <td> "activeTab" </td>
+ <td> Requests that the extension be granted permissions according to the
+ <a href="activeTab.html">activeTab</a> specification.
+ </td>
+</tr>
<tr id="bg">
<td> "background" </td>
<td> <p>

Powered by Google App Engine
This is Rietveld 408576698