文件名称: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
【文件预览】:
Lyre-master
----.github()
--------workflows()
----src()
--------Lyre()
--------Lyre.sln(2KB)
--------Lyre.ConsoleTest()
----LICENSE(1KB)
----README.md(3KB)
----.gitignore(5KB)