AWS Console Date Fixer Firefox

Examine source code of AWS Console Date Fixer

Inspect and view changes in AWS Console Date Fixer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "AWS Console Date Fixer",
  "version": "1.0",
  "manifest_version": 3,
  "description": "Fixes dates in AWS console to be all ISO format, instead of a mess of formats",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon.png"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://*.console.aws.amazon.com/*"
      ],
      "js": [
        "config-us.js",
        "config-local.js",
        "content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "@aws-date-fixer",
      "strict_min_version": "142.0"
    }
  }
}

Best AWS Console Date Fixer Alternatives

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