Rainbow AWS: AWS console header color

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

Rainbow AWS: AWS console header color là gì?

Rainbow AWS: AWS console header color là một tiện ích mở rộng Chrome được phát triển bởi https://hahahumble.com, và tính năng chính của nó là "Change the color of the AWS console's headers based on the region you select.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rainbow AWS: AWS console header color

Tải xuống các tệp mở rộng Rainbow AWS: AWS console header color dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ✨ 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rainbow AWS: AWS console header color Rainbow AWS: AWS console header color
ID foicngnfgjoobicakmgedfomghgdkljg
URL Chính Thức https://chromewebstore.google.com/detail/rainbow-aws-aws-console-h/foicngnfgjoobicakmgedfomghgdkljg
Mô tả Change the color of the AWS console's headers based on the region you select.
Kích Thước Tệp 513 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2023-02-07
Ngày Phát Hành 2022-06-28
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://hahahumble.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hahahumble/Rainbow-AWS
URL Trang Trợ Giúp https://github.com/hahahumble/Rainbow-AWS
Ngôn Ngữ Được Hỗ Trợ 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"
}