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
电子邮箱 [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"
    }
}