提供元: el0pollo0diablo Add-on
Inspect and view changes in Nextcloud Explorer Open source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Nextcloud Explorer Open",
"version": "0.3.1",
"description": "Open the matching Nextcloud WebDAV folder in Windows Explorer.",
"browser_specific_settings": {
"gecko": {
"id": "nextcloud-explorer-open@covasala.org",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"browsingActivity",
"websiteActivity",
"websiteContent"
]
}
}
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"64": "icons/icon-64.png",
"128": "icons/icon-128.png"
},
"permissions": [
"menus",
"nativeMessaging"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://*/index.php/apps/files/*",
"*://*/*/index.php/apps/files/*",
"*://*/apps/files/*",
"*://*/*/apps/files/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"options_ui": {
"page": "options.html",
"browser_style": true
}
} ベストのNextcloud Explorer Open代替案
Nextcloud Explorer Openに類似したFirefox add-onをいくつか紹介します:
WebDAV Browser
Sergey Ponomarev
Files explorer
Ozair
File explorer
Ozair
Folder Opener
Sasko
Local File Explorer
malisipi
Nextcloud Passwords
wirgen
AlphaDrive Browser Connector
Tony Valenti
File Manager
wwj
WebDAV Drive Assistant
WebDAV-xy
Explorer
metalerix
Open in JOSM
Jan Martinec
SyncClipboard
jiaobendaye