AWS Console Title Bar

Add Additional information to the AWS title bar.

O que é AWS Console Title Bar?

AWS Console Title Bar é uma extensão do Chrome desenvolvida por Just_AK, e sua principal característica é "Add Additional information to the AWS title bar.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AWS Console Title Bar

Baixe arquivos de extensão AWS Console Title Bar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome AWS Console Title Bar AWS Console Title Bar
ID jhenfbkjfncfbimbkhakchbdefigenfp
URL Oficial https://chromewebstore.google.com/detail/aws-console-title-bar/jhenfbkjfncfbimbkhakchbdefigenfp
Descrição Add Additional information to the AWS title bar.
Tamanho do Arquivo 44.98 KB
Contagem de Instalações 50
Versão Atual 4.2.1
Última Atualização 2023-05-30
Data de Publicação 2021-06-05
Desenvolvedor Just_AK
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/just-ak/AWS-Console-Tittle-Bar
Idiomas Suportados 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"
    ]
}