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
官方網址 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
電子郵箱 [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"
    ]
}