htrinter / Open-Multiple-URLs

Browser extension for opening lists of URLs built on top of WebExtension with cross-browser support
GNU General Public License v3.0
252 stars 57 forks source link

file:///path/to/file not supported #6

Closed reikred closed 4 years ago

reikred commented 4 years ago

I imagine I may not be the only one that might want to open some files using the file:///path/to/file type of a URL? Should be an easy fix to add?

jtagcat commented 4 years ago

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/create

It is not possible to open a file with any extension. Please open an issue upstream.

htrinter commented 4 years ago

As jtagcat said, the file scheme is not supported by the extension API. Therefore I'm closing the issue.