Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 257 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 257 Bytes

ChromeExtensionNativeMessaging

Example of native messaging using C#

Installing Native App

Create registry

REG ADD "HKCU\Software\Google\Chrome\NativeMessagingHosts\native_message_name" /ve /t REG_SZ /d "%CD%\native_message_name.json" /f