Installation

You can simply install the Webext-Bridge package using the package manager you are most comfortable with.

NPM Installation

$ npm i webext-bridge

Yarn Installation

$ yarn add webext-bridge

That's it! You are ready to start simply passing messages between the different components of your extension.

Up next is a quick example for those who want to see some code. Otherwise, jump to the concepts section to see the full feature set.