Rainbow AWS: AWS console header color

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

Co to jest Rainbow AWS: AWS console header color?

Rainbow AWS: AWS console header color to rozszerzenie Chrome opracowane przez https://hahahumble.com, a jego główną funkcją jest „Change the color of the AWS console's headers based on the region you select.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Rainbow AWS: AWS console header color

Pobierz pliki rozszerzeń Rainbow AWS: AWS console header color w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        ✨ 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                    

Podstawowe informacje o rozszerzeniu

Nazwa Rainbow AWS: AWS console header color Rainbow AWS: AWS console header color
ID foicngnfgjoobicakmgedfomghgdkljg
Oficjalny URL https://chromewebstore.google.com/detail/rainbow-aws-aws-console-h/foicngnfgjoobicakmgedfomghgdkljg
Opis Change the color of the AWS console's headers based on the region you select.
Rozmiar pliku 513 KB
Liczba instalacji 25
Aktualna Wersja 0.4.0
Ostatnia Aktualizacja 2023-02-07
Data Publikacji 2022-06-28
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://hahahumble.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/hahahumble/Rainbow-AWS
Adres URL Strony Pomocy https://github.com/hahahumble/Rainbow-AWS
Obsługiwane Języki 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"
}