提供元: 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"
}
}
} ベストのFile System Access代替案
File System Accessに類似したFirefox add-onをいくつか紹介します:
Local File Explorer
malisipi
Local Filesystem Links
austrALIENsun
Das Access extension
Das Access NativeMessaging
OPFS Browser
JCHU634
OPFS Explorer
Hasan Bayat
Code Editor
sycxyc
Text Editor
Sevina
File Links Opener
Dmitry Unruh
OpenFileEditor
luigifab
Cash Drawer Helper Extension
Yellowstone Team
Dev Mode
D7OM
Localstorage Explorer
Weilue Luo