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”。

擴展截圖

screenshot

下載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 AWS Compass
ID hbjmjdhpbemchceodklfbhabondedojg
官方網址 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"
    ]
}