I'm building a chrome extension and I want to give the user the option to choose a value (with ) from inside the popup.html window. Then the user clicks on "save" and their chosen value gets transferred to the content script js file where I can use it. Any help on how to do that?