summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/templates/private/intro_tables/tabs_permissions.html
blob: 56ce67c17d08de964a77d7f83cb4c2407b716cb6 (plain)
1
2
3
4
5
6
7
8
The majority of the <code>chrome.tabs</code> API can be used without declaring
 any permission.
 However, the
 <code>"tabs"</code> permission is required in order to populate the
 <code><a href="#property-Tab-url">url</a></code>,
 <code><a href="#property-Tab-title">title</a></code>, and
 <code><a href="#property-Tab-favIconUrl">favIconUrl</a></code> properties of
 <code><a href="#type-Tab">Tab</a></code>.