AWS Title Changer

Change page title on AWS Management Console

什么是AWS Title Changer?

AWS Title Changer是由sheile1024开发的Chrome扩展程序,该扩展的主要功能是“Change page title on AWS Management Console”。

扩展截图

screenshot

下载AWS Title Changer扩展crx文件

下载AWS Title Changer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 AWS Title Changer AWS Title Changer
ID nkfjnijiaidbobofiedgonepoogoamnp
官方URL https://chromewebstore.google.com/detail/aws-title-changer/nkfjnijiaidbobofiedgonepoogoamnp
简介 Change page title on AWS Management Console
文件大小 8.87 KB
安装次数 29
当前版本 1.2
更新时间 2013-04-02
上架时间 2013-04-01
评分 3.33/5 共3次评分
开发者 sheile1024
付费类型 free
支持的语言 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"
    ]
}