Add-ons voor Firefox Browser
  • Extensies
  • Thema’s
    • voor Firefox
    • Woordenboeken en taalpakketten
    • Websites voor andere browsers
    • Add-ons voor Android
Aanmelden
Voorbeeld van File System Access

File System Access door 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)
90 gebruikers90 gebruikers
U hebt Firefox nodig om deze extensie te gebruiken
Firefox downloaden en de extensie ontvangen
Bestand downloaden

Metagegevens van extensie

Schermafbeeldingen
Access Control
Over deze extensie
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/
Met 3,3 gewaardeerd door 3 beoordelaars
Meld u aan om deze extensie te waarderen
Er zijn nog geen waarderingen

Sterrenwaardering opgeslagen

5
1
4
1
3
0
2
0
1
1
Alle 3 beoordelingen lezen
Toestemmingen en gegevensMeer info

Vereiste machtigingen:

  • Berichten met andere programma’s dan Firefox uitwisselen
  • Browseractiviteit tijdens navigeren benaderen
  • Uw gegevens voor alle websites benaderen
Meer informatie
Add-on-koppelingen
  • Startpagina
  • Ondersteuningswebsite
Versie
0.9.4
Grootte
99,08 KB
Laatst bijgewerkt
2 jaar geleden (26 jan. 2024)
Verwante categorieën
  • Webontwikkeling
  • Downloadbeheer
Licentie
Alleen GNU General Public License v3.0
Versiegeschiedenis
  • Alle versies bekijken
Labels
  • download
Toevoegen aan collectie
Deze add-on rapporteren
Uitgaveopmerkingen voor 0.9.4
* Add support for large file read and write (helper app upgrade required).
Meer extensies van sycxyc
  • Er zijn nog geen waarderingen

  • Er zijn nog geen waarderingen

  • Er zijn nog geen waarderingen

  • Er zijn nog geen waarderingen

  • Er zijn nog geen waarderingen

  • Er zijn nog geen waarderingen

Naar Mozilla’s startpagina

Add-ons

  • Over
  • Firefox-add-onsblog
  • Extensieworkshop
  • Ontwikkelaarshub
  • Ontwikkelaarsbeleid
  • Gemeenschapsblog
  • Forum
  • Een bug melden
  • Beoordelingsrichtlijnen

Browsers

  • Desktop
  • Mobile
  • Enterprise

Producten

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Juridisch

Tenzij anders vermeld, is op de inhoud van deze website de Creative Commons Attribution Share-Alike License v3.0 of latere versie van toepassing.