Rainbow AWS: AWS console header color

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

Co je Rainbow AWS: AWS console header color?

Rainbow AWS: AWS console header color je rozšíření Chrome vyvinuté https://hahahumble.com, a jeho hlavní funkcí je „Change the color of the AWS console's headers based on the region you select.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Rainbow AWS: AWS console header color

Stáhněte si soubory rozšíření Rainbow AWS: AWS console header color ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ✨ 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                    

Základní Informace o Rozšíření

Název Rainbow AWS: AWS console header color Rainbow AWS: AWS console header color
ID foicngnfgjoobicakmgedfomghgdkljg
Oficiální URL https://chromewebstore.google.com/detail/rainbow-aws-aws-console-h/foicngnfgjoobicakmgedfomghgdkljg
Popis Change the color of the AWS console's headers based on the region you select.
Velikost souboru 513 KB
Počet instalací 25
Aktuální Verze 0.4.0
Poslední Aktualizace 2023-02-07
Datum Vydání 2022-06-28
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://hahahumble.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/hahahumble/Rainbow-AWS
URL Stránky Nápovědy https://github.com/hahahumble/Rainbow-AWS
Podporované Jazyky 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"
}