Firefox 瀏覽器附加元件
  • 擴充套件
  • 佈景主題
    • 用於 Firefox
    • 字典與語言套件
    • 其他瀏覽器網站
    • Android 版的附加元件
登入
File System Access 預覽

File System Access 作者: sycxyc

The File System Access API allows web apps to interact with files on the local device.

3.3 (3 reviews)3.3 (3 reviews)
86 Users86 Users
必須使用 Firefox 才能使用此擴充套件
下載 Firefox 並安裝擴充套件
下載檔案

擴充套件後設資料

畫面擷圖
Access Control
關於此擴充套件
This extension brings the File System Access API to Firefox that helps web apps such as https://vscode.dev read and write local files and folders.

Main features:
* Implemented showOpenFilePicker, showDirectoryPicker, showSaveFilePicker functions and related interfaces.
* Set to enable specific File System Access features on matching web pages.
* Provides File System Access API for other compatible WebExtensions.

Notes:
* The local file operations required by this extension cannot be performed in the browser, and a helper app needs to be installed to assist in the related work.
* The optional Code Editor feature is provided by the Code Editor extension.

Limitations:
* By default, FileSystemHandle will lose its instance methods after cloning (e.g. using IndexedDB or postMessage), and requires additional configuration of the FS_CONFIG.CLONE_ENABLED. Web developers can use __FILE_SYSTEM_TOOLS__.parseHandle(handle) to restore the instance methods.
* Limited Worker context support and requires additional configuration of the FS_CONFIG.WORKER_ENABLED.
* Read file size is limited by the FS_CONFIG.FILE_SIZE_LIMIT. Web developers can read large file streams and slices with handle.getFile({ _allowNonNative: true }), and write large file in-place with handle.createWritable({ _inPlace: true, keepExistingData: true }).
* DataTransferItem.prototype.getAsFileSystemHandle is not implemented.

This extension is open source and you can file bug reports or feature requests on the GitHub issue.

References:
* https://wicg.github.io/file-system-access/
由 1 位評論者給出 3.3 分
登入後即可幫此擴充套件評分
目前沒有評分

已儲存星等

5
1
4
1
3
0
2
0
1
1
閱讀全部 3 條評論
權限與資料了解更多

必要權限:

  • 與 Firefox 以外的程式交換訊息
  • 在上網時了解瀏覽器行為狀態
  • 存取您所有網站中的資料
更多資訊
附加元件網址
  • 首頁
  • 技術支援網站
版本
0.9.4
大小
99.08 KB
最近更新
2 年前 (2024年1月26日)
相關分類
  • 網頁開發
  • 下載管理
授權條款
僅 GNU General Public License v3.0
版本紀錄
  • 瀏覽所有版本
標籤
  • download
新增至收藏集
檢舉此附加元件
0.9.4 版的發行公告
* Add support for large file read and write (helper app upgrade required).
sycxyc 製作的更多擴充套件
  • 目前沒有評分

  • 目前沒有評分

  • 目前沒有評分

  • 目前沒有評分

  • 目前沒有評分

  • 目前沒有評分

前往 Mozilla 官網

附加元件

  • 關於
  • Firefox 附加元件部落格
  • 擴充套件工作坊
  • 開發者交流中心
  • 開發者政策
  • 社群部落格
  • 討論區
  • 回報 Bug
  • 評論撰寫指南

瀏覽器

  • Desktop
  • Mobile
  • Enterprise

產品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隱私權
  • Cookie
  • 法律資訊

除另有註明外,本站內容皆採用創用 CC 姓名標示—相同方式分享條款 3.0 或更新版本授權大眾使用。