Feature: Firefox extension
Closed this issue · 12 comments
i dont use firefox myself but i think we should try to support more browsers than chrome. there is demand for this per this HN comment: https://news.ycombinator.com/item?id=16725476
I submitted a PR for this- #7- but you'll need to go through some rigamarole to submit & get it listed in the Firefox Add-ons directory.
i'll try it. never done it before. thank you!
i have submitted to https://addons.mozilla.org/en-US/developers/addon/async-render-toolbox/, fingers crossed
Very cool add-on (love the way it sets up its little window/panel. I'm a sucker for GUIs).
One of the reasons I'm glad to be a Mozilla content reviewer (might've missed it otherwise).
thank you! yay.
BTW: Not sure if that's the intention, but CTRL+R
doesn't actually just toggle the overlay but refreshes the entire website. At least on a UK keyboard.
I love the extension and will definitely be using it for development in the future, thanks! That said, on Linux the shortcut also refreshes the page. Maybe clicking on the extension's icon could toggle it?
ok but i would really like to find a nice cross platform keyboard shortcut...
Running the extension through about:debugging
there are a few "bugs"/inconsistencies that produce warnings/errors.
I'm not a code reviewer over at Mozilla AMO so I didn't test for these, and I doubt any of these are serious enough to have your add-on pulled.
Still. Would you mind if I helped you fix them? If for nothing else, then we might as well please erosman (praise be unto him😜).
See #9
Can't fix the other two error messages (well. Warnings, really. Since the extension will still work), unfortunately. They'll have to be fixed upstream.
Been a while since I last implemented a new Webextension API for Firefox, but this might really inspire me to do so.