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?

Rainbow AWS: AWS console header color是由https://hahahumble.com开发的Chrome扩展程序,该扩展的主要功能是“Change the color of the AWS console's headers based on the region you select.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Rainbow AWS: AWS console header color扩展crx文件

下载Rainbow AWS: AWS console header color扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ✨ 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                    

扩展基本信息

名称 Rainbow AWS: AWS console header color Rainbow AWS: AWS console header color
ID foicngnfgjoobicakmgedfomghgdkljg
官方URL https://chromewebstore.google.com/detail/rainbow-aws-aws-console-h/foicngnfgjoobicakmgedfomghgdkljg
简介 Change the color of the AWS console's headers based on the region you select.
文件大小 513 KB
安装次数 25
当前版本 0.4.0
更新时间 2023-02-07
上架时间 2022-06-28
评分 5.00/5 共3次评分
开发者 https://hahahumble.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/hahahumble/Rainbow-AWS
帮助页面URL https://github.com/hahahumble/Rainbow-AWS
支持的语言 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"
}