extension-boilerplate icon indicating copy to clipboard operation
extension-boilerplate copied to clipboard

I already have chrome extension, how to convert into firefox extension too?

Open jitendravyas opened this issue 7 years ago • 1 comments

jitendravyas avatar Aug 04 '17 16:08 jitendravyas

There is a slight difference between the the API that Chrome provides and the WebExtensions API. If you already have a working Chrome extension, you can refer to the src/utils/ext.js file - this acts as a polyfill and provides a uniform API. You can use that as a starting point for porting your extension to Firefox.

bharani91 avatar Aug 04 '17 16:08 bharani91