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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}