Rainbow AWS: AWS console header color

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

Qu'est-ce que Rainbow AWS: AWS console header color ?

Rainbow AWS: AWS console header color est une extension Chrome développée par https://hahahumble.com, et sa fonction principale est "Change the color of the AWS console's headers based on the region you select.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Rainbow AWS: AWS console header color

Téléchargez les fichiers d'extension Rainbow AWS: AWS console header color au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ✨ 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                    

Informations de Base sur l'Extension

Nom Rainbow AWS: AWS console header color Rainbow AWS: AWS console header color
ID foicngnfgjoobicakmgedfomghgdkljg
URL Officiel 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.
Taille du Fichier 513 KB
Nombre d'Installations 25
Version Actuelle 0.4.0
Dernière Mise à Jour 2023-02-07
Date de Publication 2022-06-28
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://hahahumble.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/hahahumble/Rainbow-AWS
URL de la Page d'Aide https://github.com/hahahumble/Rainbow-AWS
Langues Prises en Charge 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"
}