Rainbow AWS: AWS console header color

Change the color of the AWS console's headers based on the region you select.

Rainbow AWS: AWS console header color क्या है?

Rainbow AWS: AWS console header color https://hahahumble.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the color of the AWS console's headers based on the region you select."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ✨ Features
* 🔥 Support the latest AWS console UI
* 🌈 Easy to use popup menu to quickly change the color
* 🎨 Use the palette to quickly choose the color you need

🚀 Quick Links
- This extension is open source, click the link below to check it out
* https://github.com/hahahumble/Rainbow-AWS

🌟 Update
- Version 0.4.0
* 🐛 Bug fixes: Not working after AWS console is updated

❗️ Notice
* This extension required the "storage" privilege to store the color you choose. It won't collect, read or transmit any data of any kind                    

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

नाम Rainbow AWS: AWS console header color Rainbow AWS: AWS console header color
ID foicngnfgjoobicakmgedfomghgdkljg
आधिकारिक URL https://chromewebstore.google.com/detail/rainbow-aws-aws-console-h/foicngnfgjoobicakmgedfomghgdkljg
विवरण Change the color of the AWS console's headers based on the region you select.
फ़ाइल का आकार 513 KB
स्थापना संख्या 25
वर्तमान संस्करण 0.4.0
अंतिम अपडेट 2023-02-07
प्रकाशन तिथि 2022-06-28
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://hahahumble.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/hahahumble/Rainbow-AWS
सहायता पृष्ठ URL https://github.com/hahahumble/Rainbow-AWS
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rainbow AWS: AWS console header color",
    "version": "0.4.0",
    "description": "Change the color of the AWS console's headers based on the region you select.",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "static\/js\/content.js"
            ],
            "matches": [
                "https:\/\/*.console.aws.amazon.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "128": "icon128.png"
        },
        "default_title": "Rainbow AWS",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}