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
公式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
Eメール [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"
    ]
}