Writing Chrome NTP alternative. Can save and read data in chrome.local.storage, but can’t see it in DevTools
I’m writing an alternative for Chrome’s New Tab Page. Data stored in chrome.storage.local is correctly saved and loaded, as confirmed by logging, but it does not appear in the DevTools > Application > chrome.storage.local tab.
Selecting elements in Chrome Extension Popup
I’m working on a Google Chrome extension, and I have the HTML of the popup. I have an element called #switch, but document.querySelector(‘#switch’) isn’t working as a selector. It just returns null.