标签: google-chrome google-chrome-extension chrome-native-messaging
我想从我的python应用程序向Google chrome扩展发送一条消息,该消息将激活该扩展。我可以从扩展程序中调用我的python应用程序,但是在这种情况下,扩展程序每次都会打开python应用程序的新实例,但是我希望我的扩展程序与该应用程序的活动实例建立连接,否则扩展程序应等待该应用程序处于活动状态连接。
请参考这两个问题以了解问题-
[https://stackoverflow.com/questions/26108698/connecting-chrome-native-messages-to-a-existing-instance-on-windows]
how to use NativeMessaging to connect to a native application(.exe) ,but don't launch the .exe,just send the message background