( English / Français(French) / 日本語(Japanese) )
Unlike IE, Chrome can not open a link to a local file (file://). This extension allows you to open a local file link.
https://chrome.google.com/webstore/detail/nikfmfgobenbhmocjaaboihbeocackld
- 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).
- In order to prevent (infinite) opening with Script of malicious page.
- Event.isTrusted - Web APIs | MDN is used.
-
- Link local file path in
<pre>
or<code>
. - Make ppt, xls etc. open files directly (Native Messaging + registry change required).