| Index: chrome/common/extensions/docs/windows.html
|
| diff --git a/chrome/common/extensions/docs/windows.html b/chrome/common/extensions/docs/windows.html
|
| index e0ad4cf281935b0d1bd424c1ed46b607416c09ef..b1d7f76ddce873edf2475133f0f8cfa8f98e3894 100644
|
| --- a/chrome/common/extensions/docs/windows.html
|
| +++ b/chrome/common/extensions/docs/windows.html
|
| @@ -59,6 +59,15 @@
|
| <dd>
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd>
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd>
|
| @@ -407,6 +416,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>The windowId value that represents the absence of a chrome browser window.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -479,6 +497,15 @@ For other examples and for help in viewing the source code, see
|
| <dd style="display: none; ">
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd>
|
| @@ -515,6 +542,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>The URL to navigate the first tab to. Fully-qualified URLs must include a scheme (i.e. 'http://www.google.com', not 'www.google.com'). Relative URLs will be relative to the current page within the extension. Defaults to the New Tab Page.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -558,6 +594,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>The number of pixels to position the new window from the left edge of the screen. If not specified, the new window is offset naturally from the last focusd window.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -601,6 +646,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>The number of pixels to position the new window from the top edge of the screen. If not specified, the new window is offset naturally from the last focusd window.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -644,6 +698,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>The width in pixels of the new window. If not specified defaults to a natural width.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -687,6 +750,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>The height in pixels of the new window. If not specified defaults to a natural height.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -730,6 +802,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>Whether the new window should be an incognito window.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -773,6 +854,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>Specifies what type of browser window to create.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -822,6 +912,15 @@ For other examples and for help in viewing the source code, see
|
| <dd style="display: none; ">
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -893,6 +992,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>Contains details about the created window.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -909,6 +1017,13 @@ For other examples and for help in viewing the source code, see
|
| </div>
|
| </div>
|
|
|
| + <!-- MIN_VERSION -->
|
| + <p style="display: none; ">
|
| + This function was added in version <b><span></span></b>.
|
| + If you require this function, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </p>
|
| </div> <!-- /description -->
|
|
|
| </div><div class="apiItem">
|
| @@ -962,6 +1077,15 @@ For other examples and for help in viewing the source code, see
|
| <dd style="display: none; ">
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -1007,6 +1131,15 @@ For other examples and for help in viewing the source code, see
|
| <dd style="display: none; ">
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -1080,6 +1213,15 @@ For other examples and for help in viewing the source code, see
|
| <dd style="display: none; ">
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -1096,6 +1238,13 @@ For other examples and for help in viewing the source code, see
|
| </div>
|
| </div>
|
|
|
| + <!-- MIN_VERSION -->
|
| + <p style="display: none; ">
|
| + This function was added in version <b><span></span></b>.
|
| + If you require this function, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </p>
|
| </div> <!-- /description -->
|
|
|
| </div><div class="apiItem">
|
| @@ -1149,6 +1298,15 @@ For other examples and for help in viewing the source code, see
|
| <dd style="display: none; ">
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd>
|
| @@ -1185,6 +1343,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>If true, each window object will have a <var>tabs</var> property that contains a list of the <a href="tabs.html#type-Tab">Tab</a> objects for that window.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -1234,6 +1401,15 @@ For other examples and for help in viewing the source code, see
|
| <dd style="display: none; ">
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -1318,6 +1494,15 @@ For other examples and for help in viewing the source code, see
|
| <dd style="display: none; ">
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -1334,6 +1519,13 @@ For other examples and for help in viewing the source code, see
|
| </div>
|
| </div>
|
|
|
| + <!-- MIN_VERSION -->
|
| + <p style="display: none; ">
|
| + This function was added in version <b><span></span></b>.
|
| + If you require this function, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </p>
|
| </div> <!-- /description -->
|
|
|
| </div><div class="apiItem">
|
| @@ -1386,6 +1578,15 @@ For other examples and for help in viewing the source code, see
|
| <dd style="display: none; ">
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -1459,6 +1660,15 @@ For other examples and for help in viewing the source code, see
|
| <dd style="display: none; ">
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -1475,6 +1685,13 @@ For other examples and for help in viewing the source code, see
|
| </div>
|
| </div>
|
|
|
| + <!-- MIN_VERSION -->
|
| + <p style="display: none; ">
|
| + This function was added in version <b><span></span></b>.
|
| + If you require this function, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </p>
|
| </div> <!-- /description -->
|
|
|
| </div><div class="apiItem">
|
| @@ -1527,6 +1744,15 @@ For other examples and for help in viewing the source code, see
|
| <dd style="display: none; ">
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -1600,6 +1826,15 @@ For other examples and for help in viewing the source code, see
|
| <dd style="display: none; ">
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -1616,6 +1851,13 @@ For other examples and for help in viewing the source code, see
|
| </div>
|
| </div>
|
|
|
| + <!-- MIN_VERSION -->
|
| + <p style="display: none; ">
|
| + This function was added in version <b><span></span></b>.
|
| + If you require this function, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </p>
|
| </div> <!-- /description -->
|
|
|
| </div><div class="apiItem">
|
| @@ -1669,6 +1911,15 @@ For other examples and for help in viewing the source code, see
|
| <dd style="display: none; ">
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -1714,6 +1965,15 @@ For other examples and for help in viewing the source code, see
|
| <dd style="display: none; ">
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -1761,6 +2021,13 @@ For other examples and for help in viewing the source code, see
|
| </div>
|
| </div>
|
|
|
| + <!-- MIN_VERSION -->
|
| + <p style="display: none; ">
|
| + This function was added in version <b><span></span></b>.
|
| + If you require this function, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </p>
|
| </div> <!-- /description -->
|
|
|
| </div><div class="apiItem">
|
| @@ -1815,6 +2082,15 @@ For other examples and for help in viewing the source code, see
|
| <dd style="display: none; ">
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -1860,6 +2136,15 @@ For other examples and for help in viewing the source code, see
|
| <dd style="display: none; ">
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd>
|
| @@ -1896,6 +2181,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>The offset from the left edge of the screen to move the window to in pixels.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -1939,6 +2233,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>The offset from the top edge of the screen to move the window to in pixels.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -1982,6 +2285,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>The width to resize the window to in pixels.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -2025,6 +2337,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>The height to resize the window to in pixels.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -2074,6 +2395,15 @@ For other examples and for help in viewing the source code, see
|
| <dd style="display: none; ">
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -2147,6 +2477,15 @@ For other examples and for help in viewing the source code, see
|
| <dd style="display: none; ">
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -2163,6 +2502,13 @@ For other examples and for help in viewing the source code, see
|
| </div>
|
| </div>
|
|
|
| + <!-- MIN_VERSION -->
|
| + <p style="display: none; ">
|
| + This function was added in version <b><span></span></b>.
|
| + If you require this function, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </p>
|
| </div> <!-- /description -->
|
|
|
| </div> <!-- /apiItem -->
|
| @@ -2223,6 +2569,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>Details of the window that was created.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -2287,6 +2642,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>ID of the newly focused window.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -2351,6 +2715,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>ID of the removed window.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -2414,6 +2787,15 @@ For other examples and for help in viewing the source code, see
|
| <dd style="display: none; ">
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd>
|
| @@ -2450,6 +2832,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>The ID of the window. Window IDs are unique within a browser session.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -2493,6 +2884,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>Whether the window is currently the focused window.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -2536,6 +2936,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>The offset of the window from the top edge of the screen in pixels.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -2579,6 +2988,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>The offset of the window from the left edge of the screen in pixels.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -2622,6 +3040,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>The width of the window in pixels.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -2665,6 +3092,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>The height of the window in pixels.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -2719,6 +3155,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>Array of <a href="tabs.html#type-Tab">Tab</a> objects representing the current tabs in the window.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -2762,6 +3207,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>Whether the window is incognito.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
| @@ -2805,6 +3259,15 @@ For other examples and for help in viewing the source code, see
|
| Undocumented.
|
| </dd>
|
| <dd>The type of browser window this is.</dd>
|
| + <dd style="display: none; ">
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd style="display: none; ">
|
|
|