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
官方網址 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"
            ]
        }
    ]
}