AWS Compass

Auto-group your AWS console tabs by region

Qu'est-ce que AWS Compass ?

AWS Compass est une extension Chrome développée par https://jdhayford.io, et sa fonction principale est "Auto-group your AWS console tabs by region".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AWS Compass

Téléchargez les fichiers d'extension AWS Compass au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom AWS Compass AWS Compass
ID hbjmjdhpbemchceodklfbhabondedojg
URL Officiel https://chromewebstore.google.com/detail/aws-compass/hbjmjdhpbemchceodklfbhabondedojg
Description Auto-group your AWS console tabs by region
Taille du Fichier 9.18 KB
Nombre d'Installations 49
Version Actuelle 0.1.0
Dernière Mise à Jour 2021-03-05
Date de Publication 2021-03-03
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://jdhayford.io
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}