AWS Title Changer
Change page title on AWS Management Console
What is AWS Title Changer?
AWS Title Changer is a Chrome extension developed by sheile1024, and its main feature is "Change page title on AWS Management Console".
Extension Screenshots
Download AWS Title Changer Extension CRX File
Download AWS Title Changer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | AWS Title Changer |
ID | nkfjnijiaidbobofiedgonepoogoamnp |
Official URL | https://chromewebstore.google.com/detail/aws-title-changer/nkfjnijiaidbobofiedgonepoogoamnp |
Description | Change page title on AWS Management Console |
File Size | 8.87 KB |
Installation Count | 29 |
Current Version | 1.2 |
Last Updated | 2013-04-02 |
Publish Date | 2013-04-01 |
Rating | 3.33/5 Total 3 Ratings |
Developer | sheile1024 |
Payment Type | free |
Supported Languages | 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" ] } |