Rainbow AWS: AWS console header color

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

O que é Rainbow AWS: AWS console header color?

Rainbow AWS: AWS console header color é uma extensão do Chrome desenvolvida por https://hahahumble.com, e sua principal característica é "Change the color of the AWS console's headers based on the region you select.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Rainbow AWS: AWS console header color

Baixe arquivos de extensão Rainbow AWS: AWS console header color no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ✨ 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                    

Informações Básicas da Extensão

Nome Rainbow AWS: AWS console header color Rainbow AWS: AWS console header color
ID foicngnfgjoobicakmgedfomghgdkljg
URL Oficial https://chromewebstore.google.com/detail/rainbow-aws-aws-console-h/foicngnfgjoobicakmgedfomghgdkljg
Descrição Change the color of the AWS console's headers based on the region you select.
Tamanho do Arquivo 513 KB
Contagem de Instalações 25
Versão Atual 0.4.0
Última Atualização 2023-02-07
Data de Publicação 2022-06-28
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://hahahumble.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/hahahumble/Rainbow-AWS
URL da Página de Ajuda https://github.com/hahahumble/Rainbow-AWS
Idiomas Suportados 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"
}