Skip to content
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

How to add a Cross-browser web extension #461

Open
giSe98 opened this issue Oct 20, 2022 · 5 comments
Open

How to add a Cross-browser web extension #461

giSe98 opened this issue Oct 20, 2022 · 5 comments

Comments

@giSe98
Copy link

giSe98 commented Oct 20, 2022

I'm trying to add a simple extension but it is not seen by the browser (I added the extension both as crt and as a folder).
Would anyone know how to show me the steps to take to add the extension and possibly also let me have an example of a working extension?
hello-world.zip

@ghost
Copy link

ghost commented Oct 20, 2022

Looking at my system extensions are found in ~/.local/share/midori/extensions/ and at least the default ones are all .xpi as in Firefox and its forks.

The .xpi file extension format is actually a .zip. The hello-world link actually points to a RAR archive, despite its .zip file extension. To install it you'll have to extract the contents and then repack it as a true zip archive, then change the .zip extension to .xpi.

@giSe98
Copy link
Author

giSe98 commented Oct 20, 2022

Ok, but just put the .xpi file in the extensions folder ?

@ghost
Copy link

ghost commented Oct 20, 2022

Yes. After that you open the browser, go to Menu > Preferences > Extensions and enable it in the list.
(Menu being the "hamburger" button at the top-right of the main window)

@giSe98
Copy link
Author

giSe98 commented Oct 20, 2022

It doesn't work. Do you have an email so I can illustrate the problem better?

@ghost
Copy link

ghost commented Oct 20, 2022

Try [...]
(removed e-mail address to prevent spam)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant