AWS Agent Firefox

Examine source code of AWS Agent

제작자: John Jones
Inspect and view changes in AWS Agent source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "scripts": [
      "request-handler.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_popup": "dialog.html",
    "default_icon": {
      "16": "ico.svg",
      "48": "ico.svg",
      "128": "ico.svg"
    }
  },
  "description": "Access AWS sigv4 resources from your browser!",
  "manifest_version": 2,
  "name": "AWS Agent",
  "short_name": "AWS Agent",
  "options_ui": {
    "page": "dialog.html",
    "chrome_style": true,
    "browser_style": true
  },
  "icons": {
    "16": "ico.svg",
    "48": "ico.svg",
    "128": "ico.svg"
  },
  "permissions": [
    "*://*.amazonaws.com/*",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "version": "0.3.0",
  "applications": {
    "gecko": {
      "id": "aws-agent@exthilion.org"
    }
  }
}

최고의 AWS Agent 대안

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