webextensions-examples
webextensions-examples copied to clipboard
Example to share data between background.js, contentscript and popup.js
I didn't found any example to share data between these js files. Do we have one already? I created one to share data between popup.js and background.js here< https://github.com/viswanathamsantosh/hydrator >. Will look into the contribution guide this weekend to check how I can include this example in this repo.
There are quite a few examples: https://github.com/mdn/webextensions-examples/search?utf8=%E2%9C%93&q=runtime.onMessage&type=
However, it may be helpful to create a new example specific to sharing data so that people could find it more easily when scanning the names of each example.
No activity within the last three years, closing.