Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / common / extensions / docs / examples / api / nativeMessaging / README.txt
blob5d5ba75275d34d05c01d6ae599227713e971de25
1 This directory contains an example of chrome application that uses native
2 messaging API that allows to communicate with a native application.
4 In order for this example to work you must first install the native messaging
5 host from the host directory.
7 To install the host:
9 On Windows:
10   Add registry key
11   HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\NativeMessagingHosts\com.google.chrome.example.echo
12   and set its default value to the full path to
13   host\com.google.chrome.example.echo-win.json . Note that you need to have
14   python installed.
16 On Mac and Linux:
17   Run install_host.sh script in the host directory:
18     sudo host/install_host.sh
19   You can later use host/uninstall_host.sh to uninstall the host.