AWS Console Fixes

Fix annoyances in the AWS console.

Τι είναι το AWS Console Fixes;

Το AWS Console Fixes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://stefansundin.gitlab.io, και η κύρια λειτουργία του είναι "Fix annoyances in the AWS console.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης AWS Console Fixes

Λήψη αρχείων επέκτασης AWS Console Fixes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Source code: https://gitlab.com/stefansundin/aws-console-fixes

Note: This extension has not been updated since 2020 and a lot of features may be broken. Use with caution.

The extension does the following:
1. Global navbar shortcuts: use ` to open the services dropdown and focus the search field. Use 1-9 to focus your pinned shortcuts. Use - to open the user dropdown, and = to open the region dropdown.
2. Applies CSS fixes (bigger user data dialog, better system log, etc.)
3. Adds extra links between consoles (e.g. linkify the EC2 tag aws:autoscaling:groupName, linkify ASG launch configurations, ELBs, and Subnets)
4. Sort lambda function and elasticsearch dropdowns in the CloudWatch console.
5. Creates a textarea in the CloudFormation stack update/create form so you can copy an awscli command and perform the same action in your terminal.
6. Highlights the subdomain input field in Route53 if you input non-[a-z0-9._-*] characters. You can still submit the form if you really want to use these characters.
7. Adds a destination link to the top of the sign-in form (if you have a redirect_uri in the url). Useful if you signed in from another tab. There is an option to automatically redirect to a consistent signin domain if you are having problems with your password manager.
8. Removes various Aurora upsells scattered throughout the console. We already know it's awesome.
9. Adds a download button to whitepaper forms so you don't have to fill that annoying form every time.
10. Lets you watch AWS Innovate videos without registering.

Please note that permissions will change often because I only request what it needs at the moment.

Let me know if a feature breaks. For example, I no longer use CloudFormation.

Suggestions are welcome in the GitLab repository!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AWS Console Fixes AWS Console Fixes
ID janggcknahfmmgkdgcjipkahhpfkhmcd
Επίσημο URL https://chromewebstore.google.com/detail/aws-console-fixes/janggcknahfmmgkdgcjipkahhpfkhmcd
Περιγραφή Fix annoyances in the AWS console.
Μέγεθος Αρχείου 66.68 KB
Αριθμός Εγκαταστάσεων 342
Τρέχουσα Έκδοση 1.5.0
Τελευταία Ενημέρωση 2023-08-28
Ημερομηνία Δημοσίευσης 2020-05-23
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://stefansundin.gitlab.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://gitlab.com/stefansundin/aws-console-fixes
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AWS Console Fixes",
    "version": "1.5.0",
    "description": "Fix annoyances in the AWS console.",
    "homepage_url": "https:\/\/gitlab.com\/stefansundin\/aws-console-fixes",
    "author": "Stefan Sundin",
    "icons": {
        "128": "icon.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "38": "icon.png"
        },
        "default_popup": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.console.aws.amazon.com\/*"
            ],
            "css": [
                "console.css"
            ],
            "js": [
                "console.js"
            ]
        },
        {
            "matches": [
                "https:\/\/forums.aws.amazon.com\/*"
            ],
            "css": [
                "forums.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.es.amazonaws.com\/_plugin\/kibana\/*"
            ],
            "css": [
                "kibana.css"
            ]
        },
        {
            "matches": [
                "https:\/\/pages.awscloud.com\/*"
            ],
            "css": [
                "pages.awscloud.css"
            ]
        },
        {
            "matches": [
                "https:\/\/resources.awscloud.com\/*"
            ],
            "css": [
                "aws-innovate.css"
            ]
        },
        {
            "matches": [
                "https:\/\/aws.amazon.com\/podcasts\/aws-podcast\/*"
            ],
            "css": [
                "aws-podcast.css"
            ]
        },
        {
            "matches": [
                "https:\/\/aws.amazon.com\/*",
                "https:\/\/pages.awscloud.com\/*"
            ],
            "js": [
                "whitepaper.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.console.aws.amazon.com\/cloudformation\/home*"
            ],
            "js": [
                "cloudformation.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.console.aws.amazon.com\/s3\/*"
            ],
            "js": [
                "s3.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.console.aws.amazon.com\/ec2\/*"
            ],
            "css": [
                "ec2.css"
            ],
            "js": [
                "ec2.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.console.aws.amazon.com\/rds\/*"
            ],
            "css": [
                "rds.css"
            ],
            "js": [
                "rds.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.console.aws.amazon.com\/dms\/*"
            ],
            "js": [
                "dms.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.console.aws.amazon.com\/cloudwatch\/home*"
            ],
            "js": [
                "cloudwatch.js"
            ]
        },
        {
            "matches": [
                "https:\/\/console.aws.amazon.com\/route53\/home*"
            ],
            "js": [
                "route53.js"
            ]
        },
        {
            "matches": [
                "https:\/\/signin.aws.amazon.com\/switchrole*"
            ],
            "js": [
                "switchrole.js"
            ]
        },
        {
            "matches": [
                "*:\/\/calculator.s3.amazonaws.com\/index.html*"
            ],
            "css": [
                "calculator.css"
            ],
            "js": [
                "calculator.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/calculator.aws\/*"
            ],
            "css": [
                "calculator.aws.css"
            ]
        },
        {
            "matches": [
                "https:\/\/docs.aws.amazon.com\/general\/latest\/gr\/aws_service_limits.html*"
            ],
            "js": [
                "aws_service_limits.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/docs.aws.amazon.com\/*"
            ],
            "css": [
                "docs.css"
            ],
            "js": [
                "docs.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/awspolicygen.s3.amazonaws.com\/policygen.html*"
            ],
            "css": [
                "policygen.css"
            ],
            "js": [
                "policygen.js"
            ]
        },
        {
            "matches": [
                "https:\/\/policysim.aws.amazon.com\/home\/index.jsp*"
            ],
            "css": [
                "policysim.css"
            ],
            "js": [
                "policysim.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/ap\/signin*",
                "https:\/\/*.signin.aws.amazon.com\/oauth*"
            ],
            "js": [
                "signin.js"
            ]
        }
    ],
    "manifest_version": 2
}