Chrome Platform API Updates in Chrome v41
March 10, 2015chrome.app.window
AppWindownow supports asetInterceptAllKeysmethod which allows capturing of system keys. (available only in Dev channel on Windows)
chrome.fileSystemProvider
The
optionsargument for the chrome.fileSystemProvider.mount method now supports an optionalopenedFilesLimitproperty. This can be used to limit the maximum number of files that can be opened at once.
chrome.gcm
The onMessage event callback now contains a
fromproperty in themessageargument containing the sender who issued the message
chrome.hid
Support for the onDeviceAdded and onDeviceRemoved events which are fired when a device is added or removed to/from the system.
chrome.runtime
The chrome.runtime.setUninstallURL method has finally made it to the Stable channel. This allows setting a URL which is visited upon app removal.
chrome.pushMessaging
This API is no longer supported and has been superseded by chrome.gcm.