This Chrome extension simplifies your AWS console experience by renaming the names of AWS service icons. By automatically modifying the text in the DOM, the extension replaces the long service names with more concise abbreviations.
You can also find re:Name FavBar on Chrome Web Store.
chrome://extensions/
.For more information on using Chrome extensions in Developer mode, you can visit the Google Chrome Enterprise Help page.
Options page:
Use the Options page to set custom mappings for service name abbreviations.
Here are some examples of how to use custom mappings:
Mapping | Description |
---|---|
DynamoDB, DDB |
Rename "DynamoDB" to "DDB" |
DynamoDB, |
Remove "DynamoDB" from the display |
Amazon Timestream, Amazon Timestream |
Keep "Amazon Timestream" in its original form |
There are also two toggle buttons that provide further customization.
Toggle | Default | Description |
---|---|---|
Enable Extension |
On | Extension will active and apply the mappings to the service names |
Empty All Service Names |
Off | All service names will be removed from display, regardless of the mappings specified |
When you open an AWS Console page, you may initially see the original AWS service names. This is because the extension needs to read the page's Document Object Model (DOM) and then rewrite the navigation bar sections to apply the renamed service names. This operation takes a small amount of time.
Contributions to this project are warmly welcomed! Please feel free to open an issue or submit a pull request.