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

Develop Akita as a cross-browser extension #74

Closed
3 tasks done
sharon-wang opened this issue Jul 17, 2020 · 6 comments
Closed
3 tasks done

Develop Akita as a cross-browser extension #74

sharon-wang opened this issue Jul 17, 2020 · 6 comments
Labels
browser compatibility Relating to compatibility across browsers publishing Submitting to add-on/extension stores

Comments

@sharon-wang
Copy link
Member

sharon-wang commented Jul 17, 2020

We have intentions to release Akita on Chrome, Firefox, Edge and possibly other browsers (eg. Opera). Due to browser extension API compatibility differences, we may need to implement slightly different code for different platforms.

For example, we may want to consider a preprocessor solution to include code by platform.

Alternatively, we can opt to target Firefox as our dominant browser and use a polyfill API to provide coverage to other browsers. The webextension-polyfill is Mozilla's suggested API to use: https://github.com/mozilla/webextension-polyfill/.

More info here: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Build_a_cross_browser_extension

Browser Availability:

@vezwork
Copy link
Member

vezwork commented Jan 5, 2021

Apple's new guide to converting an existing extension to a safari extension: https://developer.apple.com/news/?id=qiz0arxc

@sharon-wang
Copy link
Member Author

sharon-wang commented Feb 15, 2021

Just a note that we've submitted our extension to the Microsoft Edge store. We followed pretty much the same process as submitting to Chrome Web Store, but it was a bit less work (there was no section to justify our manifest permissions, which Chrome required). There was a section to provide extra information for testers (logins/accounts for testing; other supplementary info) in the Edge store submission which Chrome does not have.

Update: We're on Edge now! https://microsoftedge.microsoft.com/addons/detail/akita/halamaefcdjalhjgkbefalmhpnboncoc

@sharon-wang
Copy link
Member Author

Created #155 in case we consider developing Akita for Safari in the future.

@sharon-wang
Copy link
Member Author

We've submitted our latest release to Chrome and Edge, and have submitted to Mozilla for the first time 🎉 Approvals pending...

@sharon-wang
Copy link
Member Author

sharon-wang commented Jun 1, 2021

For the latest release, Akita 1.1.1:

  • Chrome: approved! ✅
  • Edge: approved! ✅
  • Firefox: approved! ✅

@sharon-wang
Copy link
Member Author

We're now live on Chrome, Firefox and Edge! 🎉🎉 Closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser compatibility Relating to compatibility across browsers publishing Submitting to add-on/extension stores
Projects
None yet
Development

No branches or pull requests

2 participants