Chrome扩展API
NW.js支持Chrome应用平台中所有chrome.*的API
此外 , NW.js支持扩展平台中部分chrome.*的API . 可参考文档:
- chrome.contentSettings : 控制通知设置
- chrome.tabs : 支持开发工具扩展 .
- chrome.proxy : 代理设置管理 .
- chrome.cookies :
get
,getAll
,set
和remove
这些方法已被支持于带有storeId webview中(webview.getCookieStoreId()
)