Doplnky pre prehliadač Firefox
  • Rozšírenia
  • Témy vzhľadu
    • Pre Firefox
    • Slovníky a jazykové balíky
    • Stránky ostatných prehliadačov
    • Doplnky pre Android
Prihlásiť sa
Náhľad témy File System Access

File System Access Autor: sycxyc

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

3.3 (počet recenzií: 3)3.3 (počet recenzií: 3)
94 používateľov94 používateľov
Stiahnuť Firefox a získať rozšírenie
Stiahnuť súbor

Metadáta rozšírenia

Snímky obrazovky
Access Control
O tomto rozšírení
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/
Hodnotené 3,3 od 3 recenzentov
Ak chcete ohodnotiť toto rozšírenie, musíte sa prihlásiť
Doplnok zatiaľ nie je ohodnotený

Hodnotenie bolo uložené

5
1
4
1
3
0
2
0
1
1
Prečítajte si 3 recenzie
Povolenia a údajeĎalšie informácie

Požadované oprávnenia:

  • Vymieňať si správy s inými programami ako Firefox
  • Pristupovať k aktivitám prehliadača v priebehu prehliadania
  • Pristupovať k údajom pre všetky webové stránky
Ďalšie informácie
Odkazy doplnku
  • Domovská stránka
  • Stránka podpory
Verzia
0.9.4
Veľkosť
99,08 kB
Posledná aktualizácia
pred 2 rokmi (26. jan 2024)
Príbuzné kategórie
  • Tvorba webu
  • Správa sťahovania
Licencia
Len GNU General Public License v3.0
História verzií
  • Zobraziť všetky verzie
Značky
  • download
Pridať do kolekcie
Nahlásiť tento doplnok
Poznámky k vydaniu pre verziu 0.9.4
* Add support for large file read and write (helper app upgrade required).
Prejsť na domovskú stránku Mozilly

Doplnky

  • O nás
  • Blog o doplnkoch pre Firefox
  • Workshop tvorby rozšírenia
  • Centrum pre vývojárov
  • Pravidlá pre vývojárov
  • Komunitný blog
  • Fórum
  • Nahlásiť chybu
  • Pokyny pre recenzentov

Prehliadače

  • Desktop
  • Mobile
  • Enterprise

Produkty

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Súkromie
  • Cookies
  • Právne informácie

Ak nie je uvedené inak, obsah tejto stránky je dostupný pod licenciou Creative Commons Attribution Share-Alike License v3.0 alebo jej akejkoľvek vyššej verzie.