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

Unified Diff: chrome/common/extensions/docs/static/tabs.html

Issue 5398002: doc stuff (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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 | « chrome/common/extensions/docs/static/packaging.html ('k') | chrome/common/extensions/docs/tabs.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/tabs.html
===================================================================
--- chrome/common/extensions/docs/static/tabs.html (revision 68334)
+++ chrome/common/extensions/docs/static/tabs.html (working copy)
@@ -12,7 +12,10 @@
width="323" height="50" alt="Two tabs in a window" />
<h2 id="manifest">Manifest</h2>
-<p>All but two functions* require you to declare the "tabs" permission in your extension's manifest to use the tabs API.
+<p>
+Almost all <code>chrome.tabs</code> methods require you to
+declare the "tabs" permission
+in the <a href="manifest.html">extension manifest</a>.
For example:
</p>
@@ -25,7 +28,13 @@
...
}</pre>
-<p>* The two functions that do not require the "tabs" permission are: tabs.create and tabs.update</p>
+<p>
+The two methods that don't require the "tabs" permission are
+<a href="#method-create"><code>create</code></a> and
+<a href="#method-update"><code>update</code></a>.
+</p>
+
+
<h2 id="examples"> Examples </h2>
<p>
« no previous file with comments | « chrome/common/extensions/docs/static/packaging.html ('k') | chrome/common/extensions/docs/tabs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698