Rainbow AWS: AWS console header color

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

Hvad er Rainbow AWS: AWS console header color?

Rainbow AWS: AWS console header color er en Chrome-udvidelse udviklet af https://hahahumble.com, og dens hovedfunktion er "Change the color of the AWS console's headers based on the region you select.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Rainbow AWS: AWS console header color-udvidelses-CRX-fil

Download Rainbow AWS: AWS console header color-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        ✨ 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                    

Grundlæggende oplysninger om udvidelsen

Navn Rainbow AWS: AWS console header color Rainbow AWS: AWS console header color
ID foicngnfgjoobicakmgedfomghgdkljg
Officiel URL https://chromewebstore.google.com/detail/rainbow-aws-aws-console-h/foicngnfgjoobicakmgedfomghgdkljg
Beskrivelse Change the color of the AWS console's headers based on the region you select.
Filstørrelse 513 KB
Antal Installationer 25
Nuværende Version 0.4.0
Senest Opdateret 2023-02-07
Udgivelsesdato 2022-06-28
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://hahahumble.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/hahahumble/Rainbow-AWS
Hjælpeside-URL https://github.com/hahahumble/Rainbow-AWS
Understøttede Sprog 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"
}