AWS Menu Colours

Customise AWS Menus on a per account basis.

AWS Menu Coloursคืออะไร?

AWS Menu Colours เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Timvw และคุณลักษณะหลักของมันคือ "Customise AWS Menus on a per account basis."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย AWS Menu Colours ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Autodetect new accounts, name them and colour code them.  Makes identifying your AWS accounts a cinch.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AWS Menu Colours AWS Menu Colours
ID odpcbeefchbhoijemcfmfcjippcpfmdd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aws-menu-colours/odpcbeefchbhoijemcfmfcjippcpfmdd
คำอธิบาย Customise AWS Menus on a per account basis.
ขนาดไฟล์ 23.27 KB
จำนวนการติดตั้ง 86
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2021-01-28
วันที่เผยแพร่ 2019-06-19
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Timvw
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AWS Menu Colours",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Customise AWS Menus on a per account basis.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "src\/options\/index.html",
    "permissions": [
        "https:\/\/*.console.aws.amazon.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.console.aws.amazon.com\/*"
            ],
            "js": [
                "src\/js\/AWSMAClass.js",
                "src\/js\/AWSFrontEnd.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}