Rainbow AWS: AWS console header color

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

Apa itu Rainbow AWS: AWS console header color?

Rainbow AWS: AWS console header color adalah ekstensi Chrome yang dikembangkan oleh https://hahahumble.com, dan fitur utamanya adalah "Change the color of the AWS console's headers based on the region you select.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Rainbow AWS: AWS console header color

Unduh file ekstensi Rainbow AWS: AWS console header color dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        ✨ 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                    

Informasi Dasar Ekstensi

Nama Rainbow AWS: AWS console header color Rainbow AWS: AWS console header color
ID foicngnfgjoobicakmgedfomghgdkljg
URL Resmi https://chromewebstore.google.com/detail/rainbow-aws-aws-console-h/foicngnfgjoobicakmgedfomghgdkljg
Deskripsi Change the color of the AWS console's headers based on the region you select.
Ukuran File 513 KB
Jumlah Instalasi 25
Versi Saat Ini 0.4.0
Terakhir Diperbarui 2023-02-07
Tanggal Publikasi 2022-06-28
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://hahahumble.com
Email ooohoc@gmail.com
Tipe Pembayaran free
Situs Ekstensi https://github.com/hahahumble/Rainbow-AWS
URL Halaman Bantuan https://github.com/hahahumble/Rainbow-AWS
Bahasa yang Didukung 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"
}