- You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with --allow-file-access-from-files.
-
- Description of this parameter from the json schema.
-
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
void
-
- chrome.experimental.management.getAll(, function
- callback)
-
-
-
Undocumented.
-
Returns a list of information about installed extensions and apps.
-
-
-
Parameters
-
-
-
-
- callback
-
-
-
-
- (
- optional
- enumerated
-
-
- Type
-
-
-
- array of
-
- function
-
-
-
- )
-
-
-
-
-
- Undocumented.
-
-
- Description of this parameter from the json schema.
-
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Returns
-
-
-
-
-
-
-
-
-
-
-
Callback function
-
- The callback parameter should specify a function
- that looks like this:
-
-
- If you specify the callback parameter, it should
- specify a function that looks like this:
-
- Description of this parameter from the json schema.
-
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- This function was added in version .
- If you require this function, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
-
-
-
-
-
launchApp
-
-
void
-
- chrome.experimental.management.launchApp(, string
- id, function
- callback)
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- callback
-
-
-
-
- (
- optional
- enumerated
-
-
- Type
-
-
-
- array of
-
- function
-
-
-
- )
-
-
-
-
-
- Undocumented.
-
-
- Description of this parameter from the json schema.
-
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Returns
-
-
-
-
-
-
-
-
-
-
-
Callback function
-
- The callback parameter should specify a function
- that looks like this:
-
-
- If you specify the callback parameter, it should
- specify a function that looks like this:
-
-
-
-
function() {...};
-
-
-
-
-
-
-
-
-
-
-
- This function was added in version .
- If you require this function, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
This should be the id from an item of ExtensionInfo.
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- callback
-
-
-
-
- (
- optional
- enumerated
-
-
- Type
-
-
-
- array of
-
- function
-
-
-
- )
-
-
-
-
-
- Undocumented.
-
-
- Description of this parameter from the json schema.
-
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Returns
-
-
-
-
-
-
-
-
-
-
-
Callback function
-
- The callback parameter should specify a function
- that looks like this:
-
-
- If you specify the callback parameter, it should
- specify a function that looks like this:
-
-
-
-
function() {...};
-
-
-
-
-
-
-
-
-
-
-
- This function was added in version .
- If you require this function, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
-
-
-
-
-
uninstall
-
-
void
-
- chrome.experimental.management.uninstall(, string
- id, function
- callback)
This should be the id from an item of ExtensionInfo.
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- callback
-
-
-
-
- (
- optional
- enumerated
-
-
- Type
-
-
-
- array of
-
- function
-
-
-
- )
-
-
-
-
-
- Undocumented.
-
-
- Description of this parameter from the json schema.
-
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Returns
-
-
-
-
-
-
-
-
-
-
-
Callback function
-
- The callback parameter should specify a function
- that looks like this:
-
-
- If you specify the callback parameter, it should
- specify a function that looks like this:
-
-
-
-
function() {...};
-
-
-
-
-
-
-
-
-
-
-
- This function was added in version .
- If you require this function, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
- Description of this parameter from the json schema.
-
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
- Description of this parameter from the json schema.
-
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
- Description of this parameter from the json schema.
-
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
The id of the extension or app that was uninstalled.
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
Information about an icon belonging to an extension or app.
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
A number representing the width and height of the icon. Likely values include (but are not limited to) 128, 48, 24, and 16.
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
The url for the item's options page, if it has one.
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
A list of icon information. Note that this just reflects what was declared in the manifest, and the actual image at that url may be larger or smaller than what was declared, so you might consider using explicit width and height attributes on img tags referencing these images. See the manifest documentation on icons for more details.
-
- This parameter was added in version
- .
- You must omit this parameter in earlier versions,
- and you may omit it in any version. If you require this
- parameter, the manifest key
- minimum_chrome_version
- can ensure that your extension won't be run in an earlier browser version.
-
diff --git a/chrome/common/extensions/docs/management.html b/chrome/common/extensions/docs/management.html
new file mode 100644
index 0000000..8fb7add
--- /dev/null
+++ b/chrome/common/extensions/docs/management.html
@@ -0,0 +1,2226 @@
+
+
+
+
+
+
+
+ Management - Google Chrome Extensions - Google Code
+
+
+ You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with --allow-file-access-from-files.
+
+ Description of this parameter from the json schema.
+
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+The chrome.management module provides ways to manage the list of extensions/apps that are installed and running. It is particularly useful for extensions that override the built-in New Tab page.
+
+
+
+
+
+
+
+
API reference: chrome.management
+
+
+
+
+
Properties
+
+
+
+
getLastError
+
+
+ chrome.extensionlastError
+
+
+
+
+
+
+
+
+
+
+
Methods
+
+
+
+
+
getAll
+
+
void
+
+ chrome.management.getAll(, function
+ callback)
+
+
+
Undocumented.
+
Returns a list of information about installed extensions and apps.
+
+
+
Parameters
+
+
+
+
+ callback
+
+
+
+
+ (
+ optional
+ enumerated
+
+
+ Type
+
+
+
+ array of
+
+ function
+
+
+
+ )
+
+
+
+
+
+ Undocumented.
+
+
+ Description of this parameter from the json schema.
+
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Returns
+
+
+
+
+
+
+
+
+
+
+
Callback function
+
+ The callback parameter should specify a function
+ that looks like this:
+
+
+ If you specify the callback parameter, it should
+ specify a function that looks like this:
+
+ Description of this parameter from the json schema.
+
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This function was added in version .
+ If you require this function, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+
+
+
+
+
launchApp
+
+
void
+
+ chrome.management.launchApp(, string
+ id, function
+ callback)
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ callback
+
+
+
+
+ (
+ optional
+ enumerated
+
+
+ Type
+
+
+
+ array of
+
+ function
+
+
+
+ )
+
+
+
+
+
+ Undocumented.
+
+
+ Description of this parameter from the json schema.
+
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Returns
+
+
+
+
+
+
+
+
+
+
+
Callback function
+
+ The callback parameter should specify a function
+ that looks like this:
+
+
+ If you specify the callback parameter, it should
+ specify a function that looks like this:
+
+
+
+
function() {...};
+
+
+
+
+
+
+
+
+
+
+
+ This function was added in version .
+ If you require this function, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
This should be the id from an item of ExtensionInfo.
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ callback
+
+
+
+
+ (
+ optional
+ enumerated
+
+
+ Type
+
+
+
+ array of
+
+ function
+
+
+
+ )
+
+
+
+
+
+ Undocumented.
+
+
+ Description of this parameter from the json schema.
+
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Returns
+
+
+
+
+
+
+
+
+
+
+
Callback function
+
+ The callback parameter should specify a function
+ that looks like this:
+
+
+ If you specify the callback parameter, it should
+ specify a function that looks like this:
+
+
+
+
function() {...};
+
+
+
+
+
+
+
+
+
+
+
+ This function was added in version .
+ If you require this function, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+
+
+
+
+
uninstall
+
+
void
+
+ chrome.management.uninstall(, string
+ id, function
+ callback)
This should be the id from an item of ExtensionInfo.
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ callback
+
+
+
+
+ (
+ optional
+ enumerated
+
+
+ Type
+
+
+
+ array of
+
+ function
+
+
+
+ )
+
+
+
+
+
+ Undocumented.
+
+
+ Description of this parameter from the json schema.
+
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Returns
+
+
+
+
+
+
+
+
+
+
+
Callback function
+
+ The callback parameter should specify a function
+ that looks like this:
+
+
+ If you specify the callback parameter, it should
+ specify a function that looks like this:
+
+
+
+
function() {...};
+
+
+
+
+
+
+
+
+
+
+
+ This function was added in version .
+ If you require this function, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+ Description of this parameter from the json schema.
+
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+ Description of this parameter from the json schema.
+
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+ Description of this parameter from the json schema.
+
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
The id of the extension or app that was uninstalled.
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
Information about an icon belonging to an extension or app.
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
A number representing the width and height of the icon. Likely values include (but are not limited to) 128, 48, 24, and 16.
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
The url for the item's options page, if it has one.
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
A list of icon information. Note that this just reflects what was declared in the manifest, and the actual image at that url may be larger or smaller than what was declared, so you might consider using explicit width and height attributes on img tags referencing these images. See the manifest documentation on icons for more details.
+
+ This parameter was added in version
+ .
+ You must omit this parameter in earlier versions,
+ and you may omit it in any version. If you require this
+ parameter, the manifest key
+ minimum_chrome_version
+ can ensure that your extension won't be run in an earlier browser version.
+
+The chrome.management module provides ways to manage the list of extensions/apps that are installed and running. It is particularly useful for extensions that override the built-in New Tab page.
+