Real AWS Status

Make the aws status page a bit more useful during outages

Real AWS Statusคืออะไร?

Real AWS Status เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jacksongeller และคุณลักษณะหลักของมันคือ "Make the aws status page a bit more useful during outages"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Real AWS Status

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}