Rainbow AWS: AWS console header color

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

What is Rainbow AWS: AWS console header color?

Rainbow AWS: AWS console header color is a Chrome extension developed by https://hahahumble.com, and its main feature is "Change the color of the AWS console's headers based on the region you select.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Rainbow AWS: AWS console header color Extension CRX File

Download Rainbow AWS: AWS console header color extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ✨ 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                    

Extension Basic Information

Name Rainbow AWS: AWS console header color Rainbow AWS: AWS console header color
ID foicngnfgjoobicakmgedfomghgdkljg
Official URL https://chromewebstore.google.com/detail/rainbow-aws-aws-console-h/foicngnfgjoobicakmgedfomghgdkljg
Description Change the color of the AWS console's headers based on the region you select.
File Size 513 KB
Installation Count 25
Current Version 0.4.0
Last Updated 2023-02-07
Publish Date 2022-06-28
Rating 5.00/5 Total 3 Ratings
Developer https://hahahumble.com
Email [email protected]
Payment Type free
Extension Website https://github.com/hahahumble/Rainbow-AWS
Help Page URL https://github.com/hahahumble/Rainbow-AWS
Supported Languages 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"
}