AWS Compass
Auto-group your AWS console tabs by region
AWS Compass란 무엇입니까?
AWS Compass은(는) https://jdhayford.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto-group your AWS console tabs by region"입니다.
확장 프로그램 스크린샷
AWS Compass 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AWS can be a maze sometimes and losing track of what region you are currently working in can be dangerous, expensive, or just plain annoying. AWS Compass automatically forms tab groups for your AWS Console tabs based on the Region while you work. It's simple and it works. IMPORTANT: If you want tab group titles and consistent colors , you will need to update your Chrome to version ~89 (check chrome://settings/help).
확장 프로그램 기본 정보
이름 | AWS Compass |
ID | hbjmjdhpbemchceodklfbhabondedojg |
공식 URL | https://chromewebstore.google.com/detail/aws-compass/hbjmjdhpbemchceodklfbhabondedojg |
설명 | Auto-group your AWS console tabs by region |
파일 크기 | 9.18 KB |
설치 횟수 | 49 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2021-03-05 |
출시 날짜 | 2021-03-03 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://jdhayford.io |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Auto-group your AWS console tabs by region", "version": "0.1.0", "name": "AWS Compass", "background": { "service_worker": "background.js", "default_icon": { "16": "compass-16.png", "32": "compass-32.png", "48": "compass-48.png", "96": "compass-96.png", "128": "compass-128.png" } }, "action": { "default_title": "AWS Compass" }, "icons": { "16": "compass-16.png", "32": "compass-32.png", "48": "compass-48.png", "96": "compass-96.png", "128": "compass-128.png" }, "manifest_version": 3, "permissions": [ "storage", "webNavigation", "tabs", "tabGroups" ] } |