crossbuilder
crossbuilder copied to clipboard
Building web, Electron, Cordova and Chrome apps, and cross-browser extensions with React, Redux and Webpack. "Write once, deploy everywhere" concept in practice.
I just added `crossbuilder` in a nested folder in another of my repositories (so it uses parent `babelrc`, `eslintrc`,etc.), so this problem could be related to my specific config, but...
I have auth code I'd like to run in the background script, but having trouble figuring out where to put it in the /app folder (trying to avoid modifying other...
Is there any documentation or do you have recommendation on how to best send data from the current tab in chrome to the crossbrowser chrome extension of app? Thanks!
For building Firefox extensions we use [WebExtensions](https://wiki.mozilla.org/WebExtensions)'s standards, which is still supported only in Firefox Nightly. To completely support it, we need: - [x] [a proof of concept](https://github.com/zalmoxisus/browser-redux/releases/tag/v0.3.1) - [...
Hello, When I fetch RSS feed (feedburner) it works fine in via browser but when I do via extension same code gives cross error. In angular they do this way:...
I'm new to Chrome extensions, so forgive me if this question isn't unique to this project. I'm trying to add multiple content scripts, each of which injects into a different...
- [ ] Add redux action creators for the extension's actions: open window (request, success, error) and change badge. - [ ] Nuke `redux-notify`'s events and use sagas for messaging.
Hello, First of all, a big thank you for your incredible project ! (disclaimer, I'm a not a native english speaker... please forgive my mistakes :)) I will update this...
Any plans for basic server side rendering support?
I don't understand what these do, and why they are necessary. Is there a discussion around why they were built somewhere?