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文件
下载AWS Compass扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |