AWS Title Changer

Change page title on AWS Management Console

Qu'est-ce que AWS Title Changer ?

AWS Title Changer est une extension Chrome développée par sheile1024, et sa fonction principale est "Change page title on AWS Management Console".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AWS Title Changer

Téléchargez les fichiers d'extension AWS Title Changer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom AWS Title Changer AWS Title Changer
ID nkfjnijiaidbobofiedgonepoogoamnp
URL Officiel https://chromewebstore.google.com/detail/aws-title-changer/nkfjnijiaidbobofiedgonepoogoamnp
Description Change page title on AWS Management Console
Taille du Fichier 8.87 KB
Nombre d'Installations 29
Version Actuelle 1.2
Dernière Mise à Jour 2013-04-02
Date de Publication 2013-04-01
Évaluation 3.33/5 Total 3 Évaluations
Développeur sheile1024
Type de Paiement free
Langues Prises en Charge 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"
    ]
}