You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering whether this app is portable to Chrome and Safari (and Edge? 😅).
For that matter, is it written in the WebExtensions API or is it using some Firefox specific parts? Or are there other concerns why this is only available for firefox?
The text was updated successfully, but these errors were encountered:
The main reason it's available only for Firefox is that I'm using Firefox as a daily driver 😅
Main issue atm will be the Manifest V2 sunset for Chromium which this extension is using extensively. Also, Firefox has the best Web Extension API coverage, so some adjustments to the way eg. screenshots are taken will be necessary but nothing major. As for Safari, I haven't researched that tbh.
Feel free to try running the extension on Chromium, I'll be happy to accept contributions and help solving specific issues when those emerges during the porting but I'm not planning on porting the extension myself, as I'm working on a desktop-wide What-to-click anyway.
Not far, just a PoC, also the first version will be targeting macOS only. If you're interested, please contact [email protected], I'll let you know once something comes out of it 😀
I was wondering whether this app is portable to Chrome and Safari (and Edge? 😅).
For that matter, is it written in the WebExtensions API or is it using some Firefox specific parts? Or are there other concerns why this is only available for firefox?
The text was updated successfully, but these errors were encountered: