Hi,
All i am missing from an otherwise nearly perfect piece of software would be a browser extension for Firefox.
Even with Chrome's dominance in the market, Firefox is still the 2. largest, and even on par in parts of Europe.
Thanks for your work and an exceptional piece of software!
I don't know how to make Firefox addon otherwise I would have made it.
Look like now Firefox moving to Chrome web extensions system and planning to deprecate their own addon system.
There are currently several toolsets for developing Firefox add-ons, but WebExtensions will become the standard by the end of 2017. The other toolsets, including overlay add-ons, bootstrapped add-ons, and the Add-on SDK, are expected to be deprecated over the same period of time.
In that old addon system doing native messaging was so complicated I couldn't figure it out. But now I can just copy paste our Chrome extension which is few lines of codes. And with few small changes it can work in Firefox too! I'm currently working on it.
Most helpful comment
Look like now Firefox moving to Chrome web extensions system and planning to deprecate their own addon system.
In that old addon system doing native messaging was so complicated I couldn't figure it out. But now I can just copy paste our Chrome extension which is few lines of codes. And with few small changes it can work in Firefox too! I'm currently working on it.