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

Firefox Support #26

Open
coolpringles opened this issue Oct 23, 2022 · 1 comment
Open

Firefox Support #26

coolpringles opened this issue Oct 23, 2022 · 1 comment

Comments

@coolpringles
Copy link

So the options page can be added in Firefox by replacing
"options_page": "options.html",
with
"options_ui": {
"page": "options.html"
},
in manifest.json, and while the options page does work, taking screenshots directly to clipboard does not.
I'm way out of my depth in js so if anyone could figure out why it's not working that's be really appreciated.
Firefox works better than Chrome for me and at this point, this extension is all that's missing.

@joggee-fr
Copy link

Hi @coolpringles,

I have just worked on the copy to clipboard feature for a similar web extension dedicated to Firefox. Just take a look at issue here and corresponding (not yet merged) PR for details. I had previously checked the source code here and had the same conclusion.

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

2 participants