Real AWS Status

Make the aws status page a bit more useful during outages

What is Real AWS Status?

Real AWS Status is a Chrome extension developed by jacksongeller, and its main feature is "Make the aws status page a bit more useful during outages".

Extension Screenshots

screenshot

Download Real AWS Status Extension CRX File

Download Real AWS Status extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Real AWS Status Real AWS Status
ID kaegondhonfdclembpcgaaammmlfaekj
Official URL https://chromewebstore.google.com/detail/real-aws-status/kaegondhonfdclembpcgaaammmlfaekj
Description Make the aws status page a bit more useful during outages
File Size 364 KB
Installation Count 393
Current Version 0.0.4
Last Updated 2017-02-28
Publish Date 2017-02-28
Rating 5.00/5 Total 8 Ratings
Developer jacksongeller
Payment Type free
Extension Website https://github.com/josegonzalez/real-aws-status
Help Page URL https://github.com/josegonzalez/real-aws-status/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Real AWS Status",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Make the aws status page a bit more useful during outages",
    "homepage_url": "https:\/\/github.com\/josegonzalez\/real-aws-status",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/status.aws.amazon.com\/*",
        "https:\/\/status.aws.amazon.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/status.aws.amazon.com\/*",
                "https:\/\/status.aws.amazon.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}