google chrome - Running GUI program from within Javascript -


is there way can start standalone gui program within javascript code? intend display button when in particular website, when clicked, opens gui program , passes url it, kinda internet download manager(idm) it.

if app registers handler specific url schemes, opening link using 1 of url schemes should do.

for instance, if app says can handle myscheme scheme, opening myscheme:somedata url should trigger opening app.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -