Customize AWS Console Header

Change AWS Console Header. background color and text label.

What is Customize AWS Console Header?

Customize AWS Console Header is a Chrome extension developed by bunjik, and its main feature is "Change AWS Console Header. background color and text label.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Customize AWS Console Header Extension CRX File

Download Customize AWS Console Header extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        customize aws console header.

change header background color and append text label.

Multiple combinations of account name and region can be set.                    

Extension Basic Information

Name Customize AWS Console Header Customize AWS Console Header
ID cjpikjjajakahcpglopbmobcoiibcpcd
Official URL https://chromewebstore.google.com/detail/customize-aws-console-hea/cjpikjjajakahcpglopbmobcoiibcpcd
Description Change AWS Console Header. background color and text label.
File Size 266 KB
Installation Count 1,573
Current Version 1.0.6
Last Updated 2023-10-28
Publish Date 2020-06-09
Rating 4.50/5 Total 6 Ratings
Developer bunjik
Email [email protected]
Payment Type free
Extension Website https://github.com/bunjik/aws-console-customize-extension
Supported Languages 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"
    }
}