Client-side handle for the chrome-browser feature.
For Chrome extension integration to be active on a window, that window must be created with chromeBrowser: true in its window options. There is no separate init() step.
chromeBrowser: true
init()
Readonly
Extension action surface — observe and invoke installed Chrome extension actions.
Client-side handle for the chrome-browser feature.
For Chrome extension integration to be active on a window, that window must be created with
chromeBrowser: truein its window options. There is no separateinit()step.