

Use the API to create server applications using TCP connections. This API supersedes the TCP functionality previously found in the chrome.socket API. Use the API to send and receive data over the network using TCP connections. Note: Starting with Chrome 33, this API is deprecated in favor of the sockets.udp}, sockets.tcp} and sockets.tcpServer} APIs. Use the chrome.socket API to send and receive data over the network using TCP and UDP connections. Note: Starting with Chrome 33, this API is deprecated in favor of the sockets.udp, sockets.tcp and sockets.tcpServer APIs.

Note: This API is only available to extensions force-installed by enterprise policy. Use the API to read information about your current network. Note: This API is only available to extensions installed by enterprise policy. Use the API to get the manufacturer and model of the hardware platform where the browser runs. Use the chrome.downloads API to programmatically initiate, monitor, manipulate, and search for downloads. Use the API to integrate your extension into Developer Tools window UI: create your own panels, access existing panels, and add sidebars. Use the API to retrieve the information about network requests displayed by the Developer Tools in the Network panel.

Use the API to interact with the inspected window: obtain the tab ID for the inspected page, evaluate the code in the context of the inspected window, reload the page, or obtain the list of resources within the page.

Desktop Capture API that can be used to capture content of screen, individual windows or tabs.
