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

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

Issue 10874057: Document the activeTab extension permission. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: aa Created 8 years, 4 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/server2/templates/articles/manifest.html
diff --git a/chrome/common/extensions/docs/server2/templates/articles/manifest.html b/chrome/common/extensions/docs/server2/templates/articles/manifest.html
index 2c88b5735478d65d299146845313c8a4d9b9bdfe..234918a75be86b69b9e77f88227cd84378079066 100644
--- a/chrome/common/extensions/docs/server2/templates/articles/manifest.html
+++ b/chrome/common/extensions/docs/server2/templates/articles/manifest.html
@@ -472,6 +472,14 @@ table.
<a href="match_patterns.html">Match Patterns</a>.
</td>
</tr>
+<tr>
+ <td> "activeTab" </td>
+ <td> <p>
+ Requests that the extension be granted permissions according to the
+ <a href="activeTab.html">activeTab</a> specification.
mkearney1 2012/09/12 17:02:37 This is kind of vague. What about: Requests permi
+ </p>
+ </td>
+</tr>
<tr id="bg">
<td> "background" </td>
<td> <p>

Powered by Google App Engine
This is Rietveld 408576698