Refined AWS Console Firefox

Examine source code of Refined AWS Console

Inspect and view changes in Refined AWS Console source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Refined AWS Console",
  "version": "2.6.2",
  "description": "Simplifies the Amazon Web Services Console interface.",
  "homepage_url": "https://www.github.com/akinjide/refined-aws",
  "manifest_version": 2,
  "minimum_chrome_version": "62",
  "permissions": [
    "storage",
    "alarms"
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "main.js"
    ]
  },
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "run_at": "document_idle",
      "matches": [
        "https://console.aws.amazon.com/*",
        "https://*.console.aws.amazon.com/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "jquery.slim.min.js",
        "browser-polyfill.min.js",
        "content.js"
      ]
    }
  ]
}

Best Refined AWS Console Alternatives

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