Warm tip: This article is reproduced from serverfault.com, please click

How i can to link your google chrome extension and c # application

发布于 2020-11-30 11:30:19

I have a Google Chrome extension. I want to have a C# application open when i click a button in an extension popup. All the answers I've found are about google chrome apps and not google chrome extensions. How i can do this ? I need a simple example.

Questioner
Tom Red
Viewed
0
Ziv Adler 2020-12-04 04:11:46

Wheb using chrome You can't have an app with a gui. But you can use native messaging so your extension will talk by json messages with an executable that was coded using c++ or c# code.

https://developer.chrome.com/extensions/nativeMessaging