/Chrome4Net

C# Package Implementing Native Messaging Protocol for Google Chrome Extensions

Primary LanguageC#Apache License 2.0Apache-2.0

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