AboutSupportDeveloper GuideVersion 45.148.100.77

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.

interface ChromeBrowser {
    Actions: ChromeBrowserActions;
}

Properties

Properties

Extension action surface — observe and invoke installed Chrome extension actions.