We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
During porting back features in #46, I found the current popup html/js are pretty complicated and several issues stall the development speed
Therefore I created an experiment repo with create-react-app to struct the popup page. The changes are
create-react-app
yarn test
The repo is now at https://github.com/gasolin/web_ext which can build for chrome with yarn build command.
yarn build
@owocki @KennethAshley how do you think if we replace chrome_ext with web_ext for the future version once its stable?
chrome_ext
web_ext
During porting back features in #46, I found the current popup html/js are pretty complicated and several issues stall the development speed
Therefore I created an experiment repo with
create-react-appto struct the popup page. The changes areyarn test(no test is written yet)The repo is now at https://github.com/gasolin/web_ext which can build for chrome with
yarn buildcommand.@owocki @KennethAshley how do you think if we replace
chrome_extwithweb_extfor the future version once its stable?