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 |
官方網址 | 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" ] } |