- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / templates / private / intro_tables / tabs_permissions.html
1 The majority of the <code>chrome.tabs</code> API can be used without declaring
2  any permission.
3  However, the
4  <code>"tabs"</code> permission is required in order to populate the
5  <code><a href="#property-Tab-url">url</a></code>,
6  <code><a href="#property-Tab-title">title</a></code>, and
7  <code><a href="#property-Tab-favIconUrl">favIconUrl</a></code> properties of
8  <code><a href="#type-Tab">Tab</a></code>.