chrome-extension_open-local-file-link icon indicating copy to clipboard operation
chrome-extension_open-local-file-link copied to clipboard

ローカルファイルへのリンク(file://~)を開けるようにするChrome拡張

Results 11 chrome-extension_open-local-file-link issues
Sort by recently updated
recently updated
newest added

I noticed this Todo: open Office documents directly. Office (and Libre Office) install URI schemes for Office documents. They bypass the Chrome file link restriction. So rewriting the links with...

## reference - [Migrating to Manifest V3 - Chrome Developers](https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/) - [chrome.scripting - Chrome Developers](https://developer.chrome.com/docs/extensions/reference/scripting/)

I am unable to open a file-link once it is integrated in a table. http:// URLs do work. ![image](https://user-images.githubusercontent.com/103123029/161999706-5f429b71-7c1c-4ebf-a6ff-4835e54b0ef8.png) ![image](https://user-images.githubusercontent.com/103123029/162000426-59794891-77ba-4b0f-a962-1a0184db22a7.png) Any help appreciated.

Hello, The option to choose which sites are allowed for the local file link is available but it seems not working in Edge. Do you have any plan to fix...

Is it possible for the extension to work on a local HTML file? If so, would it be possible to restrict usage to only local files?

Microsoft Edge is the second most used browser on the web, making the browsing experience more flexible, offering many more services for users and optimized for Windows devices. Microsoft Edge...

Hello, It seems that Chrome doesn't open files located on private networks but a copy of the file. Is it possible to open the original file ? Best regards, SLNL

I want to use this plugin at my users of an intranet page. But I don't want to allow all websites (including malicious ones) to open local files. So I...

It does not work currently (Firefox 57.0.1). ## Todo * [x] Make it installable on firefox * [ ] Wait for web extension api to be able to open file...

Hi, it's again me. Target property is not taken into account. I try all theses links and they all act like "_blank" target property. ``` _blank _self _parent _top framename...