Hacker News new | ask | show | jobs
by alexnime 5449 days ago
Thanks plasma, but I'm not really looking for a framework to build a plugin at the moment, just what browser I should target first (I'm hoping I can use HTML & Javascript to build it.)
1 comments

It really depends on what sort of plugin you're making.

How does the functionality of your plugin differ between browsers?

What I was getting at with Firebreath was that you could just write it once, and target all browsers at once without writing any extra code.

Chrome and Firefox for example all use a common plugin system (so the same plugin can just run in the same browser).

IE uses a different plugin system, but the Firebreath tool makes it so you just compile once and it just works across all platforms.