Додаци за прегледач 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 рецензија)3.3 (3 рецензија)
150 корисника150 корисника
Преузмите 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/
Оцењено са 3,3 од стране 3 рецензената
Пријавите се да бисте оценили овај додатак
Још увек нема оцена

Оцена звездицама сачувана

5
1
4
1
3
0
2
0
1
1
Прочитајте 3 рецензије
Овлашћења и подаци

Потребна овлашћења:

  • Размена порука са програмима који нису Firefox
  • Приступи радњама прегледача приликом навигације
  • Приступ подацима за све веб странице
Сазнајте више
Више информација
Везе додатка
  • Почетна страница
  • Страница подршке
  • Копирај ИД додатка
Издање
0.9.4
Величина
99,08 KB
Последњи пут ажурирано
pre 2 godine (26. jan. 2024.)
Повезане категорије
  • Веб програмирање
  • Управљање преузимањем
Дозвола
GNU општа јавна дозвола само верзија 3.0
Историјат издања
  • Погледајте сва издања
Ознаке
  • download
Додај у збирку
Пријави овај додатак
Идите на почетну страницу Mozilla-е

Додаци

  • O програму
  • Блог о додацима за Firefox
  • Радионица за додатке
  • Центар за програмере
  • Политике програмера
  • Блог заједнице
  • Форум
  • Пријавите грешку
  • Водич за оцењивање

Преузмите

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

Најновије градње

  • Nightly
  • Beta

Firefox за предузећа

  • Enterprise

Заједница

  • Connect
  • Contribute
  • Developer

Прати

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Приватност
  • Колачићи
  • Права

Изузев тамо где је другачије наведено , садржај на овој страници је лиценциран под Creative Commons Attribution Share-Alike дозволом v3.0 или било којим каснијим издањем.