Skip to content

A Chrome extension to change the AWS header colour based on URL

Notifications You must be signed in to change notification settings

benanderton/aws-header-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Header Color Changer

This is a Chrome extension that changes the header color of the AWS console to a color of your choice based on the URL being used to access the console. This is useful if you have multiple AWS accounts and want to easily differentiate between them as below.

alt text

The plugin can be configured via JSON

alt text

The plugin lets you set a color for each account by specifying a partial URL and a color. If the pattern matches, the color is applied to the header.

Example Config

{
    "https://prod-foo.eu-west-1.console.aws.amazon.com": "#ff5313",
    "https://stage-foo.eu-west-1.console.aws.amazon.com": "#ff9f13",
    "https://dev-foo.eu-west-1.console.aws.amazon.com": "#6cb60b"
}

Yes I know I'm English and I've spelt color without a 'u'. I'm sorry, I'm a traitor to my country - I shall hand in my stash of tea and crumpets immediately.

About

A Chrome extension to change the AWS header colour based on URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published