View on GitHub

tab-info-extension

Home > tab-info > ContentChromeRuntimeOnMessageAPI

ContentChromeRuntimeOnMessageAPI type

The subset of the chrome.runtime.onMessage extension API that the content script makes use of

Signature:

export declare type ContentChromeRuntimeOnMessageAPI = Pick<typeof chrome.runtime.onMessage, 'addListener'>;