Rainbow AWS: AWS console header color

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

Cos'è Rainbow AWS: AWS console header color?

Rainbow AWS: AWS console header color è un'estensione di Chrome sviluppata da https://hahahumble.com, e la sua funzione principale è "Change the color of the AWS console's headers based on the region you select.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Rainbow AWS: AWS console header color

Scarica i file di estensione Rainbow AWS: AWS console header color in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ✨ 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                    

Informazioni di Base sull'Estensione

Nome Rainbow AWS: AWS console header color Rainbow AWS: AWS console header color
ID foicngnfgjoobicakmgedfomghgdkljg
URL Ufficiale https://chromewebstore.google.com/detail/rainbow-aws-aws-console-h/foicngnfgjoobicakmgedfomghgdkljg
Descrizione Change the color of the AWS console's headers based on the region you select.
Dimensione del File 513 KB
Conteggio Installazioni 25
Versione Corrente 0.4.0
Ultimo Aggiornamento 2023-02-07
Data di Pubblicazione 2022-06-28
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://hahahumble.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/hahahumble/Rainbow-AWS
URL della Pagina di Aiuto https://github.com/hahahumble/Rainbow-AWS
Lingue Supportate 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"
}