How do I pass data and messages between 2 Firefox Add-Ons (the way Google Chrome does it, here)?
|
feedback
|
|
All Firefox add-ons share the same global scope when you do an overlay (which essentially every add-on uses). You just need to create some shared object to pass data back and forth on. | |||||||
feedback
|