webextension_local_filesystem_links icon indicating copy to clipboard operation
webextension_local_filesystem_links copied to clipboard

support for afp://

Open mtrz opened this issue 5 years ago • 0 comments

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

mtrz avatar Oct 09 '19 11:10 mtrz