AWS Title Changer

Change page title on AWS Management Console

O que é AWS Title Changer?

AWS Title Changer é uma extensão do Chrome desenvolvida por sheile1024, e sua principal característica é "Change page title on AWS Management Console".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AWS Title Changer

Baixe arquivos de extensão AWS Title Changer 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

                        This extension improve title on the AWS Management Console.
You can select tab what you want more easily.

Details:
If you will open multiple AWS Management Console in browser tab, all tab has same title and too difficult select tab what has your target function.
(show before screenshot)

This extension will modify title on the tab. New title has a Service name(e.g. EC2/VPC/etc.) and a Function name(e.g. Instances/Images/etc.)
(show after screenshot)

Supported services:
- EC2
- VPC
- IAM
- CloudWatch                    

Informações Básicas da Extensão

Nome AWS Title Changer AWS Title Changer
ID nkfjnijiaidbobofiedgonepoogoamnp
URL Oficial https://chromewebstore.google.com/detail/aws-title-changer/nkfjnijiaidbobofiedgonepoogoamnp
Descrição Change page title on AWS Management Console
Tamanho do Arquivo 8.87 KB
Contagem de Instalações 29
Versão Atual 1.2
Última Atualização 2013-04-02
Data de Publicação 2013-04-01
Classificação 3.33/5 Total de 3 Avaliações
Desenvolvedor sheile1024
Tipo de Pagamento free
Idiomas Suportados ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AWS Title Changer",
    "version": "1.2",
    "description": "Change page title on AWS Management Console",
    "icons": {
        "48": "icon_48.png",
        "19": "icon_19.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "aws_title_changer.js"
        ]
    },
    "permissions": [
        "https:\/\/console.aws.amazon.com\/*",
        "webNavigation",
        "tabs"
    ]
}