File System Access Firefox

Examine source code of File System Access

Por: sycxyc
Inspect and view changes in File System Access source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "The File System Access API allows web apps to interact with files on the local device.",
  "manifest_version": 2,
  "name": "File System Access",
  "icons": {
    "32": "/icon.png"
  },
  "version": "0.9.4",
  "permissions": [
    "nativeMessaging",
    "storage",
    "webNavigation",
    "<all_urls>"
  ],
  "content_scripts": [],
  "background": {
    "scripts": [
      "/lib/enum.js",
      "/lib/util.js",
      "/background/api/fs.js",
      "/background/api/tab.js",
      "/background/main.js"
    ]
  },
  "page_action": {
    "default_popup": "/view/popup.html",
    "browser_style": true,
    "default_icon": {
      "32": "/icon.png"
    }
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "/view/options.html"
  },
  "web_accessible_resources": [
    "*"
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "file@example.com"
    }
  }
}

Melhores alternativas File System Access

Aqui estão algumas Firefox add-ons que são similares a File System Access: