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

Unified Diff: chrome/common/extensions/docs/templates/articles/permission_warnings.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/permission_warnings.html
diff --git a/chrome/common/extensions/docs/templates/articles/permission_warnings.html b/chrome/common/extensions/docs/templates/articles/permission_warnings.html
index a5e07801ac68b66b061f82a66fbf3ad6158594ac..42ddf8074ca0a4b02b4d7e32647e09ca648515cc 100644
--- a/chrome/common/extensions/docs/templates/articles/permission_warnings.html
+++ b/chrome/common/extensions/docs/templates/articles/permission_warnings.html
@@ -265,6 +265,7 @@ that trigger them.
<li> <code>*://*/*</code> </li>
<li> <code>&lt;all_urls&gt;</code> </li>
</ul>
+ <strong>Note that you may be able to avoid declaring all host permissions using the <code><a href="activeTab.html">activeTab</a></code> permission.</strong>
</td>
</tr>
<tr>
@@ -399,6 +400,7 @@ The following permissions don't result in a warning:
</p>
<ul>
+ <li>"activeTab"</li>
<li>"browsingData"</li>
<li>"chrome://favicon/"</li>
<li>"clipboardWrite"</li>
@@ -446,4 +448,4 @@ by clicking the <b>chrome://extensions</b> page's
<p>
You can get a list of permission warnings for any manifest with
<a href="management.html#method-getPermissionWarnings">chrome.management.getPermissionWarnings()</a>.
-</p>
+</p>

Powered by Google App Engine
This is Rietveld 408576698