Dodatki za brskalnik Firefox
  • Razširitve
  • Teme
    • za Firefox
    • Slovarji in jezikovni paketi
    • Druge strani brskalnika
    • Dodatki za Android
Prijava
Predogled "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)
93 uporabnikov93 uporabnikov
Za uporabo te razširitve potrebujete Firefox
Prenesite Firefox in pridobite razširitev
Prenesi datoteko

Metapodatki o razširitvi

Posnetki zaslona
Access Control
O tej razširitvi
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/
Ocena 3,3 (3 mnenja)
Prijavite se, da ocenite to razširitev
Še ni ocenjeno

Ocena shranjena

5
1
4
1
3
0
2
0
1
1
Preberi vse 3 ocene
Dovoljenja in podatkiVeč o tem

Zahtevana dovoljenja:

  • izmenjuje sporočila z drugimi programi poleg Firefoxa
  • dostopa do dejavnosti brskalnika med brskanjem
  • dostopa do vaših podatkov za vsa spletna mesta
Več informacij
Povezave dodatka
  • Domača stran
  • Stran s podporo
Različica
0.9.4
Velikost
99,08 KB
Zadnja posodobitev
pred 2 letoma (26. jan. 2024)
Sorodne kategorije
  • Razvoj za splet
  • Upravljanje prenosov
Licenca
Samo GNU General Public License v3.0
Zgodovina različic
  • Ogled vseh različic
Oznake
  • download
Dodaj v zbirko
Prijavi ta dodatek
Opombe ob izdaji 0.9.4
* Add support for large file read and write (helper app upgrade required).
Več razširitev razvijalca sycxyc
  • Še ni ocenjeno

  • Še ni ocenjeno

  • Še ni ocenjeno

  • Še ni ocenjeno

  • Še ni ocenjeno

  • Še ni ocenjeno

Pojdi na domačo stran Mozille

Dodatki

  • O strani
  • Blog Dodatkov za Firefox
  • Delavnica razširitev
  • Razvojno središče
  • Pravilniki za razvijalce
  • Blog skupnosti
  • Forum
  • Prijavi hrošča
  • Smernice za ocene

Brskalniki

  • Desktop
  • Mobile
  • Enterprise

Izdelki

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Zasebnost
  • Piškotki
  • Pravno obvestilo

Če ni navedeno drugače, je vsebina tega spletnega mesta na voljo pod licenco Creative Commons Attribution Share-Alike v3.0 ali pod katerokoli novejšo različico.