Using Hunchly with other Chromium-based browsers

Modified on Tue, 7 Oct at 7:52 AM

Mac OS and Ubuntu

1. Install Hunchly for your platform following the instructions here, and open the Dashboard to ensure it is correctly installed:

2. Install the Hunchly browser extension: https://chrome.google.com/webstore/detail/hunchly-20/amfnegileeghgikpggcebehdepknalbf

  • At this stage, Hunchly won't work yet - that's to be expected

3. Type "chrome:extensions" in your browser's address bar and hit enter

4. Enable developer mode using the toggle at the top right, and record the ID of the Hunchly extension

5. Close your browser

6. Create the NativeMessagingHosts folder for your OS/browser if it doesn't already exist. For example, Chromium expects it in these locations, where $USER is your username:

  • Mac: /Users/$USER/Library/Application Support/Chromium/NativeMessagingHosts
  • Ubuntu: /home/$USER/.config/chromium/NativeMessagingHosts

7. Create a file named com.hunchlydev.server.json in the NativeMessagingHosts folder with the following contents, replacing EXTENSIONID with the ID you collected in step 4:

  • Mac:  { "name": "com.hunchlydev.server", "description": "Hunchly Dev Server", "path": "/Applications/Hunchly2.app/Contents/MacOS/HunchlyChromeHandler", "type": "stdio", "allowed_origins": [ "chrome-extension://EXTENSIONID/" ] } 
  • Ubuntu  { "name": "com.hunchlydev.server", "description": "Hunchly Dev Server", "path": "/usr/lib/hunchly/HunchlyChromeHandler", "type": "stdio", "allowed_origins": [ "chrome-extension://EXTENSIONID/" ] } 

8. Open your browser - you should now be able to collect pages with Hunchly.

 Did you find this useful? Did it fill you with sadness? We want to know! Contact us at support@hunch.ly with any and all questions/feedback.

Downloaded from Help Scout Knowledge Base

Original URL: https://support.hunch.ly/article/57-using-hunchly-with-other-chromium-based-browsers

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article