Skip to content

evan-annix/chrome-extension_open-local-file-link

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

( English / Français(French) / 日本語(Japanese) )

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.

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

Chrome Store

https://chrome.google.com/webstore/detail/nikfmfgobenbhmocjaaboihbeocackld

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

Packages

No packages published

Languages

  • HTML 64.5%
  • JavaScript 33.5%
  • Shell 2.0%