Hi @Rob--W,
This project was written in 2013, in an attempt to port the functionality of the Open in Browser Firefox add-on to Chrome. However, it was never published because the only way to ask the user for a decision is to use the blocking window.showModalDialog API.
Do you know if it is now possible to build open-in-browser for Google Chrome too? I'm not sure if it is still possible to be done via blocking window.showModalDialog API or not, but I'd use it even if it is implemented with blocking window.showModalDialog API.
(I've been using open-in-browser extension in Firefox, and loved it a lot (thanks for all your work!), however now migrated to Google Chrome due to few other reasons)
Thanks in advance!
Hi @Rob--W,
Do you know if it is now possible to build
open-in-browserfor Google Chrome too? I'm not sure if it is still possible to be done via blockingwindow.showModalDialogAPI or not, but I'd use it even if it is implemented with blockingwindow.showModalDialogAPI.(I've been using
open-in-browserextension in Firefox, and loved it a lot (thanks for all your work!), however now migrated to Google Chrome due to few other reasons)Thanks in advance!