I need a Common storage for Chrome website and Chrome Extension. I have a Website. i stored Auth key in local storage. and also i developed chrome extension when i open the extension i want to access the local storage key as i already stored. Please let me know is this possible otherwise suggest some alternatives
I stored key in web like
localStorage.setItem("key", "XXXXX");
I want to access this key in chrome extension popup.js
Kindly Help me.