jorgenbuilder / ic-inspector

⭐⭐⭐⭐⭐ Chrome extension for decoding responses from the Internet Computer blockchain
https://chromewebstore.google.com/detail/ic-inspector/meaadkenfkhjakkkdapaallimhbdofck?hl=en&authuser=0
MIT License
52 stars 9 forks source link

Publish Request - Firefox #31

Closed MrWoo034 closed 1 year ago

MrWoo034 commented 1 year ago

It looks like Mozilla generally supports cross compilation of Chrome extensions for Firefox. Is it possible to get builds of this extension published for Firefox?

jorgenbuilder commented 1 year ago

Hey MrWoo, sorry for the late response! Firefox is releasing manifest v3 support in version 109, set to release on the 17th of this month (January 2023). I have already submitted the extension to their addon store for review. Hopefully we'll be in firefox soon :)

jorgenbuilder commented 1 year ago

I've just tested the extension in Firefox Nightly and it everything seems functional. :) Some UI tweaks will make it fit firefox a bit better, but for basic use we should be ready to go very soon. If you want to try this out now you can:

  1. get firefox nightly at nightly.firefox.com
  2. download the latest build of ic inspector: https://github.com/jorgenbuilder/ic-inspector/releases/tag/v1.1.1
  3. go to about:debugging, select load temporary addon, and select the zip downloaded in previous step

image

jorgenbuilder commented 1 year ago

Closing this issue! Firefox 109 was release today, and we are now listed with Firefox addons. Basic functionality appears good, but some more testing will be in order this week.