AWS Console Tweaks

AWS Console Tweaks

Some improvements and extra functionalitys to the AWS Console

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AWS Console Tweaks",
  "version": "0.1.1",
  "description": "Some improvements and extra functionalitys to the AWS Console",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://s3.console.aws.amazon.com/s3/*"
      ],
      "js": [
        "s3.js"
      ]
    }
  ]
}