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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |