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」です。
拡張機能のスクリーンショット
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 |
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" ] } |