How to port a firefox extension to google chrome? -


if create firefox extension, run in google chrome changes? found google chrome extension developing at, http://developer.chrome.com/extensions/ looks different xul. mean these application not browser compatible? ie have different language, correct? if different how develop these 3 browser compatible application?

there no xul support in google chrome.

in order port extension different browser should extract common part of it, works solely web content , not rely on browser specific features. part can shared among extensions (mush same can use jquery , other libs on extensions regardless platform).

the other parts of extension, including dealing ui, must customized using specific apis of every browser. example, google chrome should use popup pages or options pages ui. html+css+javascript, not xul.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -