'Hurl The Link' Browser Extension not working in Edge (native messaging host not found) #185
Labels
bug
Something isn't working
Fixed/Completed
Commits related to this are in master, if the issue is still open, it's yet to be released
Thank you for making this awesome utility!
I am trying to get the extension to work in Edge because the latest official Facebook Messenger Desktop app is built within an edge wrapper which forces all links sent in Messenger to automatically open in Edge. Having a right click to Hurl the link would force a browser choice when opening a link.
Unfortunately I can't get the extension to run in edge.
I followed the instructions to install the extension as follows:
TESTING:
-Registry path values tried:
C:/Program Files/Hurl/nmh-manifest.json (default)
C:\Program Files\Hurl\nmh-manifest.json
-nmh-manifest.json path values tried:
C:\Program Files\Hurl\Launcher.exe (default)
C:\Program Files\Hurl\Launcher.exe (double-slashes suggested by MS Native Messaging reference article)
C:\Program Files\Hurl\launcher.exe (someone said the exe should be all lowercase)
The current content of my files:
Registry Key: HKEY_CURRENT_USER\Software\Microsoft\Edge\NativeMessagingHosts\com.3721tools.hurl
-value: C:\Program Files\Hurl\nmh-manifest.json
nmh-manifest.json file: (id matches the ID reported in edge extensions manager)
{
"name": "com.3721tools.hurl",
"description": "Hurl Proxy Native Messaging Host",
"path": "C:\Program Files\Hurl\Launcher.exe",
"type": "stdio",
"allowed_origins": ["chrome-extension://mgccpgmjnjiaohhhkmcfgfegpfeoonem/"]
}
Please feel free to advise! Thanks again!
The text was updated successfully, but these errors were encountered: