AWS Title Changer

Change page title on AWS Management Console

¿Qué es AWS Title Changer?

AWS Title Changer es una extensión de Chrome desarrollada por sheile1024, y su función principal es "Change page title on AWS Management Console".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión AWS Title Changer

Descarga archivos de extensión AWS Title Changer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre AWS Title Changer AWS Title Changer
ID nkfjnijiaidbobofiedgonepoogoamnp
URL Oficial https://chromewebstore.google.com/detail/aws-title-changer/nkfjnijiaidbobofiedgonepoogoamnp
Descripción Change page title on AWS Management Console
Tamaño del Archivo 8.87 KB
Cantidad de Instalaciones 29
Versión Actual 1.2
Última Actualización 2013-04-02
Fecha de Publicación 2013-04-01
Calificación 3.33/5 Total de 3 Calificaciones
Desarrollador sheile1024
Tipo de Pago free
Idiomas Soportados 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"
    ]
}