Open KrxkGit opened 2 months ago
@KrxkGit Hi there. Thank you for suggesting this.
I was planned to use browser native messaging for this purpose. ( some of its implementation is already in the source code )
But I will check and compare the custom protocol capabilities with the native messaging. maybe we can use a combination of both in the app.
At present, if the main program is not started, you will not be able to call the download through the browser extension.
Can you consider adding the following functions : When the download main program is not started, you can start the download main program through the browser extension.
The following is one of the implementations I know:
The following Example is the browser starting VSCode: