Opens external links from installed Chrome apps in the default browser.
Either download native app and extension from releases page or build it yourself. Then:
-
Open Chrome
chrome://extensionsand drag and drop the extension zip file to install it. Note the generated extension id. -
Register native app. Executing it with
--installwrites a manifest file to the correct location. On Windows it prints an additional command you need to run to register the manifest file in the registry.$ default_linker[.exe] --install <extension_id>More details: https://developer.chrome.com/docs/extensions/develop/concepts/native-messaging#native-messaging-host-location
$ cd app/ && cargo build --release
$ cd ext/ && zip ext.zip manifest.json icon.png sw.js