chrome extension: switching from localstorage to chrome.storage.local
问题 I finally got one of my first JS scripts running as planned in Firefox. Now I need to switch to chrome.storage because it will otherwise not run in my extension. Basically I want to update a Value in a HTML file, which can be changed by input in a submission box. You are very welcome to pick around in my code, and tell me what is totally abnormal. But I am quite new to JS, and am simply trying to get this to work. Since this worked with localstorage, I guess I have to get it to work with