Rainbow AWS: AWS console header color

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

Vad är Rainbow AWS: AWS console header color?

Rainbow AWS: AWS console header color är en Chrome-tillägg utvecklad av https://hahahumble.com, och dess huvudfunktion är "Change the color of the AWS console's headers based on the region you select.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Rainbow AWS: AWS console header color-förlängningens CRX-fil

Ladda ner Rainbow AWS: AWS console header color-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        ✨ 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äggande Information om Tillägg

Namn Rainbow AWS: AWS console header color Rainbow AWS: AWS console header color
ID foicngnfgjoobicakmgedfomghgdkljg
Officiell webbadress https://chromewebstore.google.com/detail/rainbow-aws-aws-console-h/foicngnfgjoobicakmgedfomghgdkljg
Beskrivning Change the color of the AWS console's headers based on the region you select.
Filstorlek 513 KB
Antal Installationer 25
Aktuell Version 0.4.0
Senast Uppdaterad 2023-02-07
Publiceringsdatum 2022-06-28
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://hahahumble.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/hahahumble/Rainbow-AWS
Hjälpsida URL https://github.com/hahahumble/Rainbow-AWS
Stödda Språk 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"
}