krasimir / kuker

Kick-ass browser extension to debug your apps
https://chrome.google.com/webstore/detail/glgnienmpgmfpkigngkmieconbnkmlcn
MIT License
659 stars 26 forks source link

Firefox support #2

Open Pajn opened 6 years ago

Pajn commented 6 years ago

First of all. Kuker seams amazing! From the very little I have tried so far I'm excited about when I get my next remount issue in React and can debug it with Kuker. I'm pretty sure that it will help tremendously in those cases.

I'm using Firefox as my main browser and would prefer if I had Kuker in it so I can integrate it in my normal development flow.

As Firefox now a days does support the webextension api I think it should be possible to support it as well with the current codebase.

krasimir commented 6 years ago

Oh definitely. It's already in my todo list https://github.com/krasimir/kuker/blob/master/TODO#L3

I think I tried to port it quickly but it wasn't so straight forward so I leaved it for later. I'll definitely do it soon.