webextension_local_filesystem_links
webextension_local_filesystem_links copied to clipboard
support for afp://
Is it possible to support also afp links? Mainly this are send with macOS and should be opened under Windows to easily exchange URLs between these OS.
this URL: afp://HOSTNAME/FOLDER/FILE
should be turned into and open it into the explorer: \HOSTNAME\FOLDER\FILE
Change it in "content.js" and the link it passed to the extension but it can't be opened at all.
Thanks for a feedback