Hacker News new | ask | show | jobs
by capitainenemo 1536 days ago
Does the extension use any Chrome specific WebExtension API? Otherwise it might be fairly trivial.

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Web...

1 comments

Candidly, the Firefox extension framework is significantly nicer. Blam'ing chrome.runtime.lastError.

There's a lot of small amounts of work to get everything working right using the webext module. We're slowly chipping away, we've eliminated all our dependencies on chrome specific modules in the last month while working on other functionality, but we're a really small team right now with competing priorities, so this will get more priority as we get more people on the team.