How Can I communicate with Chrome(Chrome Extension) using C#?

后端 未结 3 1992
情深已故
情深已故 2021-01-31 23:29

I want to create a bridge which can communicate between my C# application and extension.
Here is the explanation of what I actually want: I have created an extension which w

3条回答
  •  你的背包
    2021-02-01 00:09

    You might be able to do this if you start chrome in debug mode for RemoteDebugging and then you can connect to it via the specified Port, but it's a bit of a hassle.

    You could try to investigate how Adobe Brackets does it but i have a feeling it's the same method.

提交回复
热议问题