colorAWSFrame

Change background color of header & footer on AWS Management Console depending on role name or account.

colorAWSFrameとは何ですか?

colorAWSFrameはmiztch-developによって開発されたChromeの拡張機能で、その主な機能は「Change background color of header & footer on AWS Management Console depending on role name or account.」です。

拡張機能のスクリーンショット

screenshot

colorAWSFrame拡張機能のCRXファイルをダウンロード

colorAWSFrame拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Changes background color of header and footer on AWS Management Console. The color depends on the name of role or account.

AWSアカウント名またはロール名に応じて、ヘッダ・フッタの色を変更します。                    

拡張機能の基本情報

名前 colorAWSFrame colorAWSFrame
ID egnkjmppojiamgimoclpjopdohjejbjf
公式URL https://chromewebstore.google.com/detail/colorawsframe/egnkjmppojiamgimoclpjopdohjejbjf
説明 Change background color of header & footer on AWS Management Console depending on role name or account.
ファイルサイズ 4.39 KB
インストール数 34
現在のバージョン 1.1
最終更新日 2021-06-19
公開日 2018-07-23
評価 5.00/5 合計 1 レビュー
開発者 miztch-develop
支払い方法 free
拡張機能のウェブサイト https://github.com/miztch/color-aws-frame
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "colorAWSFrame",
    "description": "Change background color of header & footer on AWS Management Console depending on role name or account.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.aws.amazon.com\/*",
                "https:\/\/*.aws.amazon.com\/*"
            ],
            "js": [
                "js\/colorAWSFrame.js"
            ]
        }
    ]
}