Customize AWS Console Header

Change AWS Console Header. background color and text label.

Customize AWS Console Headerとは何ですか?

Customize AWS Console Headerはbunjikによって開発されたChromeの拡張機能で、その主な機能は「Change AWS Console Header. background color and text label.」です。

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

screenshot
screenshot
screenshot
screenshot

Customize AWS Console Header拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        customize aws console header.

change header background color and append text label.

Multiple combinations of account name and region can be set.                    

拡張機能の基本情報

名前 Customize AWS Console Header Customize AWS Console Header
ID cjpikjjajakahcpglopbmobcoiibcpcd
公式URL https://chromewebstore.google.com/detail/customize-aws-console-hea/cjpikjjajakahcpglopbmobcoiibcpcd
説明 Change AWS Console Header. background color and text label.
ファイルサイズ 266 KB
インストール数 1,573
現在のバージョン 1.0.6
最終更新日 2023-10-28
公開日 2020-06-09
評価 4.50/5 合計 6 レビュー
開発者 bunjik
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/bunjik/aws-console-customize-extension
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "version": "1.0.6",
    "default_locale": "en",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.console.aws.amazon.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "extension.js"
            ],
            "css": [
                "css\/extension.css"
            ]
        }
    ],
    "options_ui": {
        "browser_style": true,
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}