Click link than open local file directly
Can use Native Messaging to enable click local file than open it directly.
Serve local files via "http://localhost/" URLs.
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
The Local File Server extension enables web sites to link to local files via "http://localhost/" URLs. For security reasons, Chrome blocks "file://" URLs to local files in remote web pages. Some web services, like for instance Gmail, don't even render such URLs. Though, there are circumstances where links to local files are secure and desirable. For example, a local process, like a backup job, may want to send execution logs via email that contain links to local files. If the generated email includes "file://" URLs and the email is read in Gmail, the URLs won't even be rendered and even if they were rendered, Chrome (and most other browsers) would block them. Thanks to the Local File Server extension, the process can instead include "http://localhost/" URLs. These will be rendered in all email clients, they won't be blocked by any browser, and the extension will redirect them to the desired local file (provided the URLs are accessed from the machine where the files live).
The syntax for local file URLs is http://localhost/file.html?path= where is the absolute path to the desired local file. No "file://" prefix is allowed in the path. Forward slashes (/) (not backslashes (\)) must be used as directory separators (even on Windows systems). All paths must start with a forward slash (/). Here are a few working examples for different systems:
- Linux: http://localhost/file.html?path=/home/ links to the /home/ directory.
- macOS: http://localhost/file.html?path=/System/ links to the /System/ directory.
- Windows: http://localhost/file.html?path=/C:/Windows/ links to the C:\Windows\ directory.
Malicious third parties could abuse http://localhost/ URLs to access your local files. For that reason, when a http://localhost/file.html?path= URL is clicked, the Local File Server extension doesn't directly open the desired file. Instead, it renders a page that displays a link with a "file:// " URL and a warning to only click on it if one was brought there via a trusted party. If one clicks on the link, the file designated by is opened (provided the link is accessed from the machine where the file lives).
Inspect the latest comments and rating distribution.
Store average score: 2.0. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
Can use Native Messaging to enable click local file than open it directly.
WEBサービスのローカル環境での開発効率向上のため、デバイスの実機確認をスムーズにできるように拡張機能を作成しました!…
The easiest way to manage active tab local storage, behavior and other actions.
This extension enables seamless connection between your local server and a live frontend by redirecting APIs.
Opening links to local files is prohibited in Chrome, but this extension allows you to open them.
Open links to local files and folders (file:///) in system file manager or associated application.
To whoever contacted me about their attempt to use the extension for YouTube embeds: sorry your two reviews/questions mysteriously disappeared (and I'm not sure you ever saw my reply to your first review/question). Therefore, I no longer have any way to communicate with you. If you still have questions, please contact me via the developper email listed on the extension page.
Most 3rd class. Don't use