AWS Title Changer

Change page title on AWS Management Console

Wat is AWS Title Changer?

AWS Title Changer is een Chrome-extensie ontwikkeld door sheile1024, en de belangrijkste functie is "Change page title on AWS Management Console".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AWS Title Changer

Download AWS Title Changer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam AWS Title Changer AWS Title Changer
ID nkfjnijiaidbobofiedgonepoogoamnp
Officiële URL https://chromewebstore.google.com/detail/aws-title-changer/nkfjnijiaidbobofiedgonepoogoamnp
Beschrijving Change page title on AWS Management Console
Bestandsgrootte 8.87 KB
Aantal Installaties 29
Huidige Versie 1.2
Laatst Bijgewerkt 2013-04-02
Publicatiedatum 2013-04-01
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar sheile1024
Betalingswijze free
Ondersteunde Talen 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"
    ]
}