AWS Title Changer
Change page title on AWS Management Console
AWS Title Changer là gì?
AWS Title Changer là một tiện ích mở rộng Chrome được phát triển bởi sheile1024, và tính năng chính của nó là "Change page title on AWS Management Console".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AWS Title Changer
Tải xuống các tệp mở rộng AWS Title Changer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AWS Title Changer |
ID | nkfjnijiaidbobofiedgonepoogoamnp |
URL Chính Thức | https://chromewebstore.google.com/detail/aws-title-changer/nkfjnijiaidbobofiedgonepoogoamnp |
Mô tả | Change page title on AWS Management Console |
Kích Thước Tệp | 8.87 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2013-04-02 |
Ngày Phát Hành | 2013-04-01 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | sheile1024 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |