I’m trying to access the local storage of the chrome extension ergo the chrome browser within my vue.js component. ServerList.vue This code is within my popup.html and this is what the console of the popup.html inspection tells me this: Therefore I assumed it did work. But when I check the local storage through the debugger tab I see nothing: Even
Tag: google-chrome-storage
window.localStorage vs chrome.storage.local
I’m developing a Chrome extension and I need to store some data and then get it in some point. I did investigation on available storages and came across to the following ones: window.localStorage and chrome.storage.local. So my question is, which one is the right choice to use in Chrome extensions: window.localStorage or chrome.storage.local? P.S. I’m using browser action to load
chrome.storage.sync.remove array doesn’t work
I am making a small Chrome extension. I would like to use chrome.storage but I can’t get it to delete multiple items (array) from storage. Single item removal works. Nothing seems to break but the last loop that alerts out what is in the storage still shows all the values I am trying to delete. Answer When you pass in