-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add Firefox support to the browser extension #235
Comments
I've taken a look at it, and the warnings that you're seeing are easily fixable. Unfortunately, it seems that So, for now this doesn't feel like an easy task. Unless we can contribute to But I do definitely agree. Support for Firefox would be nice. And as Edge now starts to look so much like Chrome, I believe that one should be easy to support as well. |
Sounds like the |
I'll keep an eye on that one 😇 |
|
@smeijer need any help here? |
|
@balavishnuvj Would be much appreciated! |
I used web-ext to "run" the extension and it gave any errors, can you guys try it? #327 |
We can indeed. 😎 |
I did notice a bug tho. The side panel in the elements pane does not seem to work in Firefox. Maybe that upgrading crx-bridge will fix that. |
Wow, in fact, I've never used that panel hahaha, only the dedicated panel. |
Summary 💡
It would be great if the extension worked in Firefox as it does in Chrome.
Examples 🌈
See Chrome behavior.
Motivation 🔦
Not everyone uses Chrome. 🙂
Additional Information ℹ️
I glanced around and it sounds like most extensions should work in both browsers (perhaps with a little tweaking). I ran the Testing Playground extension through https://www.extensiontest.com/ and it had no errors or compatibility problems, just a couple warnings (raw results are available at the bottom of this issue). Hoping it would Just Work™️, I temporarily installed a local copy in Firefox. This revealed a couple different warnings:
Reading manifest: Warning processing background.persistent: Event pages are not currently supported. This will run as a persistent background page.
Reading manifest: Warning processing version_name: An unexpected property was found in the WebExtension manifest.
While it does load, it doesn't seem to do anything. It just looks like this:
Clicking the "select element" button does highlight things and feels like it's allowing me to select an element, but once I click on an element, nothing changes in the dev tools panel.
Thanks for considering this request!
ExtensionTest.com Results
The text was updated successfully, but these errors were encountered: