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.
查看最近 30 天的用户变化。
按时间查看评分波动,辅助判断近期口碑是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
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).
查看最近评论和评分分布。
Chrome 商店显示有 2 条评论, 但 ExtScope 当前只同步到了 0条评论正文。这里先展示已同步的评论,后续会继续补齐。
查看 Chrome 商店详情页中的相关产品。
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.