Any Chrome, Chrome extensions?

Are there extensions that are hybrids on both the Firefox platform and the Chrome platform? I am migrating my extension from Firefox to Chrome, and I need some code examples.

Of course, the code base should not be too small, and different assemblies should be shared by most components and be in the same code base. I am not looking for advertisers who use a different code base.

The extension I'm working on is currently available in both Firefox and Chrome, but there are still some issues with Chrome. FYI: http://code.google.com/p/foxtrick/

+4
source share
1 answer

Check out WikiTrail. The guy even wrote an article on how to develop both browsers at the same time: http://blog.zetabee.com/developing-extensions-for-chrome-vs-firefox

This sentence is from an article:

Chrome simplicity is definitely preferable for a slightly steeper learning curve for Firefox extensions, however as long as you create the extension using mostly HTML / CSS / JS, the difference between the two browsers is small.

+1
source

All Articles