Lyre:适用于.NET和.NET Core的Chrome Native Messaging实现

时间:2024-02-20 23:50:29
【文件属性】:

文件名称:Lyre:适用于.NET和.NET Core的Chrome Native Messaging实现

文件大小:17KB

文件格式:ZIP

更新时间:2024-02-20 23:50:29

chrome-extension chrome communication dotnet-core native-messaging

七弦琴 .NET和.NET Core的Chrome本机消息传递实现。 允许使用Chrome Native Messaging协议与Chrome扩展程序轻松通信。 安装 在上获取它: PM> Install-Package Lyre 用法 var host = new NativeMessagingHost(); try { while (true) { var response = await host.Read(); // Echo response await host.Write(new { value = $"You said {response.value} at {response.dateTime}", dateTime = DateTime.Now }); } } catch (EndOfStreamException) { // Disconnected } 示例/ Chrome扩展程序 请参阅 ,以获取Chrome扩展程序与本机消息传递主机进行通信的示例。 客制化 N


【文件预览】:
Lyre-master
----.github()
--------workflows()
----src()
--------Lyre()
--------Lyre.sln(2KB)
--------Lyre.ConsoleTest()
----LICENSE(1KB)
----README.md(3KB)
----.gitignore(5KB)

网友评论