S3 Explorer Firefox

Examine source code of S3 Explorer

제작자: Esmairi
Inspect and view changes in S3 Explorer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "S3 Explorer",
  "version": "0.0.1",
  "description": "Browse and manage your AWS S3 buckets",
  "browser_specific_settings": {
    "gecko": {
      "id": "s3explorer@localhost",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "icons": {
    "16": "icon.svg",
    "48": "icon.svg",
    "128": "icon.svg"
  },
  "action": {
    "default_title": "S3 Explorer",
    "default_icon": "icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}

최고의 S3 Explorer 대안

다음은 S3 Explorer과(와) 유사한 Firefox add-on입니다: