AWS Colours

Changes the New AWS console header colour based on the Region and/or Account you're using

AWS Colours क्या है?

AWS Colours Gingerbreadmat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes the New AWS console header colour based on the Region and/or Account you're using"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AWS Colours एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension changes the AWS console header color depending on the Region and/or Account you've selected and configured. Regions come with a default colour but you can choose any CSS colour for both the Region and/or Account.

Hopefully this will help stop recources being created in the wrong Region and/or Account.

If you have any feedback or ways this could be impoved please let me know.                    

एक्सटेंशन की मूल जानकारी

नाम AWS Colours AWS Colours
ID pafgadpbmhggcdcncekcjllcaancmeej
आधिकारिक URL https://chromewebstore.google.com/detail/aws-colours/pafgadpbmhggcdcncekcjllcaancmeej
विवरण Changes the New AWS console header colour based on the Region and/or Account you're using
फ़ाइल का आकार 591 KB
स्थापना संख्या 38
वर्तमान संस्करण 2.0.3
अंतिम अपडेट 2020-10-07
प्रकाशन तिथि 2020-09-17
डेवलपर Gingerbreadmat
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AWS Colours",
    "version": "2.0.3",
    "description": "Changes the New AWS console header colour based on the Region and\/or Account you're using",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        },
        "default_title": "AWS Colours",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.console.aws.amazon.com\/*"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "alarms"
    ]
}