AWS Console Title Bar

Add Additional information to the AWS title bar.

AWS Console Title Barとは何ですか?

AWS Console Title BarはJust_AKによって開発されたChromeの拡張機能で、その主な機能は「Add Additional information to the AWS title bar.」です。

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

screenshot

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

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

拡張機能の使用方法

                        AWS Single Sign On, with Organizations does not show the account name. This extension makes a simple modification of the AWS Console Title Bar, to add the account name of your choice.

The Plugin allows custom  text color to be selected via popup or through the plugin settings page.                    

拡張機能の基本情報

名前 AWS Console Title Bar AWS Console Title Bar
ID jhenfbkjfncfbimbkhakchbdefigenfp
公式URL https://chromewebstore.google.com/detail/aws-console-title-bar/jhenfbkjfncfbimbkhakchbdefigenfp
説明 Add Additional information to the AWS title bar.
ファイルサイズ 44.98 KB
インストール数 50
現在のバージョン 4.2.1
最終更新日 2023-05-30
公開日 2021-06-05
開発者 Just_AK
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/just-ak/AWS-Console-Tittle-Bar
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.2.1",
    "name": "AWS Console Title Bar",
    "description": "Add Additional information to the AWS title bar.",
    "action": {
        "default_title": "AWS Console Banner Information 4.2.1",
        "default_popup": "content\/plugin_page.html",
        "default_icon": {
            "16": "icons\/Logo-16.png",
            "32": "icons\/Logo-32.png"
        }
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{1fcfda16-66ba-44db-adb4-09eaba9ab5ac}"
        }
    },
    "homepage_url": "https:\/\/github.com\/just-ak\/AWS-Console-Tittle-Bar",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/Logo-48.png",
        "128": "icons\/Logo-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "content\/content_pages.css"
            ],
            "js": [
                "content\/content_pages_bundle.js"
            ],
            "matches": [
                "https:\/\/console.aws.amazon.com\/*",
                "https:\/\/*.console.aws.amazon.com\/*",
                "https:\/\/*.awsapps.com\/start*"
            ],
            "all_frames": false
        }
    ],
    "options_ui": {
        "page": "content\/preferences.html",
        "browser_style": true
    },
    "permissions": [
        "storage"
    ]
}