Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jitendravyas opened this issue Aug 4, 2017 · 1 comment

Comments

@jitendravyas
Copy link

No description provided.

@bharani91
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants