duckfly-tw / Chrome4Net

C# Package Implementing Native Messaging Protocol for Google Chrome Extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome4Net

Google Chrome C# Package

This package contains implementation of Google Chrome Native Messaging protocol. Both synchronous and asynchronous I/O methods are provided.

I hope that the package will appear useful to you and able to save you some time.

JSON

Since Google Chrome native messages are essentially javascript objects stringified into JSON, the following .NET framework may appear useful to process them : https://github.com/JamesNK/Newtonsoft.Json .

Konstantin Kuzvesov, 2015

About

C# Package Implementing Native Messaging Protocol for Google Chrome Extensions

License:Apache License 2.0


Languages

Language:C# 100.0%