AWS Compass
Auto-group your AWS console tabs by region
AWS Compass là gì?
AWS Compass là một tiện ích mở rộng Chrome được phát triển bởi https://jdhayford.io, và tính năng chính của nó là "Auto-group your AWS console tabs by region".
Ả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 Compass
Tải xuống các tệp mở rộng AWS Compass 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
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AWS Compass |
ID | hbjmjdhpbemchceodklfbhabondedojg |
URL Chính Thức | https://chromewebstore.google.com/detail/aws-compass/hbjmjdhpbemchceodklfbhabondedojg |
Mô tả | Auto-group your AWS console tabs by region |
Kích Thước Tệp | 9.18 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2021-03-05 |
Ngày Phát Hành | 2021-03-03 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://jdhayford.io |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |