AWS Compass

Auto-group your AWS console tabs by region

Wat is AWS Compass?

AWS Compass is een Chrome-extensie ontwikkeld door https://jdhayford.io, en de belangrijkste functie is "Auto-group your AWS console tabs by region".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AWS Compass

Download AWS Compass-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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).                    

Basisinformatie over de Extensie

Naam AWS Compass AWS Compass
ID hbjmjdhpbemchceodklfbhabondedojg
Officiële URL https://chromewebstore.google.com/detail/aws-compass/hbjmjdhpbemchceodklfbhabondedojg
Beschrijving Auto-group your AWS console tabs by region
Bestandsgrootte 9.18 KB
Aantal Installaties 49
Huidige Versie 0.1.0
Laatst Bijgewerkt 2021-03-05
Publicatiedatum 2021-03-03
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://jdhayford.io
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}