How to use chrome.storage and runtime.connect in a Firefox WebExtensions add-on
问题 I'm trying to create a Firefox add-on that does the following: sends a message to a background script when the page body is clicked the sent message is stored by the background script the stored message is retrieved by the background script when the add-in browser button is clicked that stored message is sent from the background script to the content script the content script displays the received message I'm using Firefox version 48 for windows and I can't get it to work. Can someone point