Skip to content

leomleao/chrome-extension_open-local-file-link

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

( English )

Enable local file links

Unlike IE, Chrome can not open a link to a local file (file://). This extension allows you to open a local file link.

This is a fork of the original extension, to specifically enable ADONIS links to open in Chrome.

  1. Click link to local file.
  2. The file opens.

Chrome Store

https://chrome.google.com/webstore/detail/adonis-local-links/pmbkecepkfjhbdllaohjjocimmlggfcd

Todo

  • Open by clicking the local file link.
  • Ensure the security (restrict opening of links arbitrarily by JavaScript).
    • Make it possible to set the page that can be opened (confirm by notification). Change to the following method.
    • Make it open only when the user clicks (not the above confirmation by notification).
  • Link local file path in <pre> or <code>.
  • Make ppt, xls etc. open files directly (Native Messaging + registry change required).

Description for Chrome Store

./chrome-store/description/en.txt

About

This extension for chrome replaces the UNC links so that they can be opened directly.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 59.4%
  • JavaScript 40.6%