Eduardo Aparicio Cardenes
Eduardo Aparicio Cardenes
If you are using manifest v2, I recommend https://github.com/rubenspgcavalcante/webpack-extension-reloader. Keep in mind that if you are already on manifest v3 like us, this library won't work for you as the...
Hi Foks, We are exploring migrating to V3 in our extension to align with Chrome extension requirements. I follow most of the comments on this issue which were helpful to...
Hey folks, I started the migration to manifest V3. I found that articles suggest bundling service workers with Webpack 5 to use the options `target: node` for reasons like DOM...
> > Hey folks, I started the migration to manifest V3. I found that articles suggest bundling service workers with Webpack 5 to use the options `target: node` for reasons...
> > Any update on this? > > switching to https://github.com/hindmost/reduxed-chrome-storage worked out for me Do you have an example for using `reduxed-chrome-storage`? I am uncertain this solution will work...
> > > switching to https://github.com/hindmost/reduxed-chrome-storage worked out for me > > > > > > Do you have an example for using `reduxed-chrome-storage`? I am uncertain this solution will...
> Trying to use this library with `react-redux` v8.0.1 breaks the app. Though it works with `react-redux` v7.2.8. > > Steps to reproduce: > > 1. Initialise a store in...
Following the great example on https://github.com/tshaddix/webext-redux/pull/283#issuecomment-1144279331, I want to share we went live last week after several weeks of QA. Our extension is https://chrome.google.com/webstore/detail/skimlinks-editor-tool/gmfcchdbgideoiehadmlmpnbhdcjoaih?hl=en We release the PR using the...
> Hi, @eduardoacskimlinks thanks for building it to support MV3! I used this PR and found that I got store from [Popup](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Popups), but the state of Popup didn't sync with...
@z0ccc That's correct. Initially, I added them as placeholders to make the code readable as you need to use chrome storage API. For instance, we use `promises` + `chrome.storage.local` that...