Console Recorder for AWS Firefox

Examine source code of Console Recorder for AWS

Inspect and view changes in Console Recorder for AWS source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Console Recorder for AWS",
  "version": "0.3.36",
  "manifest_version": 2,
  "description": "Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation template.",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "icons": {
    "128": "icon-128.png"
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "128": "icon-128.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "clipboardWrite",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "notifications",
    "storage",
    "*://*.aws.amazon.com/*",
    "*://*.amazonaws.com/*",
    "*://developer.amazon.com/*",
    "*://*.amazonaws-us-gov.com/*"
  ]
}

Best Console Recorder for AWS Alternatives

Here are some Firefox add-ons that are similar to Console Recorder for AWS: