Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.05 KB

Hurl browser extension

This browser extension uses Native Messaging API to communicate with the Hurl Application.

Installation

To use it in Chrome, follow the steps below:

  • Enable the Developer Mode for Extensions in Chrome (instructions on Chromium blog)
  • Select Load Unpacked
  • Choose the folder {installationDir}/Extensions/Chrome

Run the install-nmh.ps1 script as admin located in {installationDir}/Extensions after installing the extension. Also get the extension id from the extension page in Chrome.

cd {installationDir}
.\Extensions\install-nmh.ps1 {EXTENSION_ID} {<optional> dir_where_Launcher.exe_is}

You can modify the script to use it for other chromium-based browsers by editing the REG command in it and pointing to appropriate browser's registry key for Native Messaging Hosts.

During Development, use the dir_where_Launcher.exe_is to point to the directory where the Launcher.exe is located (usually to Source/Launcher/target/debug).