Real AWS Status

Make the aws status page a bit more useful during outages

Real AWS Statusとは何ですか?

Real AWS Statusはjacksongellerによって開発されたChromeの拡張機能で、その主な機能は「Make the aws status page a bit more useful during outages」です。

拡張機能のスクリーンショット

screenshot

Real AWS Status拡張機能のCRXファイルをダウンロード

Real AWS Status拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Real AWS Status Real AWS Status
ID kaegondhonfdclembpcgaaammmlfaekj
公式URL https://chromewebstore.google.com/detail/real-aws-status/kaegondhonfdclembpcgaaammmlfaekj
説明 Make the aws status page a bit more useful during outages
ファイルサイズ 364 KB
インストール数 393
現在のバージョン 0.0.4
最終更新日 2017-02-28
公開日 2017-02-28
評価 5.00/5 合計 8 レビュー
開発者 jacksongeller
支払い方法 free
拡張機能のウェブサイト https://github.com/josegonzalez/real-aws-status
ヘルプページのURL https://github.com/josegonzalez/real-aws-status/issues
対応言語 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"
            ]
        }
    ]
}