summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/tabs.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/tabs.html')
-rwxr-xr-xchrome/common/extensions/docs/tabs.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/chrome/common/extensions/docs/tabs.html b/chrome/common/extensions/docs/tabs.html
index ee0d2bb..b0b3467 100755
--- a/chrome/common/extensions/docs/tabs.html
+++ b/chrome/common/extensions/docs/tabs.html
@@ -64,6 +64,7 @@
<li jstcache="0"><a href="bookmarks.html" jstcache="0">Bookmarks</a></li>
<li jstcache="0"><a href="themes.html" jstcache="0">Themes</a></li>
<li jstcache="0"><a href="npapi.html" jstcache="0">NPAPI Plugins</a></li>
+ <li jstcache="0"><a href="xhr.html" jstcache="0">Cross-Origin XHR</a></li>
<li jstcache="0"><a href="packaging.html" jstcache="0">Packaging</a></li>
<li jstcache="0">Autoupdate</li>
</ul>
@@ -96,7 +97,7 @@
<p jstcache="0">Contents</p>
<ol jstcache="0">
<li jsselect="getStaticTOC()" jstcache="9" jsinstance="*0">
- <a jscontent="name" jsvalues=".href:'#' + href" jstcache="14" href="#permissions">Permissions</a>
+ <a jscontent="name" jsvalues=".href:'#' + href" jstcache="14" href="#manifest">Manifest</a>
<ol jstcache="0">
<li jsselect="$this.children" jstcache="22" jsinstance="*0" style="display: none; ">
<a jscontent="name" jsvalues=".href:'#' + href" jstcache="14">h3Name</a>
@@ -187,9 +188,10 @@ You can use this module to
create, modify, and rearrange tabs in the browser.
</p>
-<h2 id="permissions" jstcache="0">Permissions</h2>
-<p jstcache="0">You must declare the <var jstcache="0">tabs</var> permission in your extension's manifest to use the tabs API.</p>
-<p jstcache="0">Example:</p>
+<h2 id="manifest" jstcache="0">Manifest</h2>
+<p jstcache="0">You must declare the "tabs" permission in your extension's manifest to use the tabs API.
+For example:
+</p>
<pre jstcache="0">{
"name": "My extension that uses tabs",
"version": "0.1",