Chrome Extension API {: .doctitle}
We already support all chrome.* API in the “Chrome App” platform
In addition, we supported some chrome.* API in the extension platform. This document tracks the list of them:
- chrome.contentSettings : used to control notfication settings.
- chrome.tabs : used to support fully DevTools extensions
- chrome.proxy : manage proxy settings
- chrome.cookies : functions
get
,getAll
,set
andremove
are supported for webview with webview storeId (webview.getCookieStoreId()
)