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
Eメール [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"
}