Hacker News new | ask | show | jobs
by thefisola 763 days ago
Cool!

Yes it's pretty similar. There just some minor API differences. e.g

Chrome - chrome.tabs.query(queryInfo) Firefox - browser.tabs.query(queryInfo)

So you could easily port any firefox extension to chrome and vice-versa using the same codebase.

1 comments

Oh, it's that similar? That's actually really cool then.