Craig Slusher
Craig Slusher
> directly in DevTools In the background service worker? Or on a regular page?
> Can we also add getItems / setItems / removeItems alias? Those might be useful :-? We can just rename the ones I specified to this instead. I have no...
Put the paths to the files you need embedded in your extension into the `web_accessible_resources` key of your package.json (see the mv3 manifest definition for more details). If you include...
@thiagolmoraes This is because the storage API will attempt to use `chrome.storage` api where possible. The way you have it configured, the storage is going to write to `chrome.storage.sync`. You...
When calling `defineAlarm`, if it already exists, will the `AlarmCreateInfo` update that alarm or will I have to do that myself in code via my own comparison (calling `reschedule` to...
This definitely works in a quick test that I just ran. Need more details.
> Oops did not want to assign copilot to this, could you add more context to this (haha funny coincidence) to better understand this? Yea I don't care if this...
If you inject into `MAIN` world and need to accomplish messaging, you're going to have to rely on using `window.postMessage` and have your content script set up listeners for those...