HTML file:// links : open in explorer from Chrome

后端 未结 1 765
猫巷女王i
猫巷女王i 2020-12-18 19:21

I have an html file with links like that :

folder name

I would like that this link opens e

相关标签:
1条回答
  • 2020-12-18 20:25

    For Chrome, Safari and Opera this isn't possible due to their security model. However, there is somewhat of a solution for Chrome in that it's possible but it has two requirements:

    1. You need to get the user to install this Chrome extension
    2. It must be over https://

    You will probably encounter the same problem for Firefox since it usually requires LocalLink.

    Further reading

    0 讨论(0)
提交回复
热议问题