New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workaround for Firefox - steps to install vue-devtools in Firefox #296
Conversation
ping @yyx990803 , tested and worked |
Confirmed to work well. |
Or you can just provide a link to download from. Please sign the addon and offer an official version. Chrome Store Foxified is for addon developers not for users. |
If you wish to host your own addon you need to provide a special Content-Type with the vaule If you have issues with "duplicate extension ID" then you need to replace the ID in the manifest with a new UUID.
If you wish to sign the addon as part of your build you can use web-ext sign. What I posted above is an unlisted addon. More info here and the review policies are here. The supported APIs are here and APIs bugs that you can follow are here. Please provide a listed addon. One that appears in AMO. :D |
@andreicristianpetcu Thank you for the detailed explanation. I was wondering about the Id part but was unable to figure out how to tackle. So then I thought that for the time being let the users create their own id by signing the extension for their own use. |
Just be sure that if you change the ID then Firefox will see it as a different addon. So try to pick an UUID and stick with it. You can use different ones if you have issues while signing it the first time. |
Chrome Store Foxified extension with Firefox Developer Edition enables to install vue-devtools in Firefox Developer Edition. I have written the steps to get vue-devtools working in Firefox Developer Edition with Chrome Store Foxified.