Lyre:适用于.NET和.NET Core的Chrome 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
文件列表
Lyre-master.zip
(预估有个21文件)
Lyre-master
.github
workflows
publish.yml
824B
dotnetcore.yml
315B
src
Lyre
DebugTextWriter.cs
2KB
Lyre.csproj
522B
NativeMessagingHost.cs
6KB
暂无评论