AWS Menu Colours
Customise AWS Menus on a per account basis.
What is AWS Menu Colours?
AWS Menu Colours is a Chrome extension developed by Timvw, and its main feature is "Customise AWS Menus on a per account basis.".
Extension Screenshots
Download AWS Menu Colours Extension CRX File
Download AWS Menu Colours extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Autodetect new accounts, name them and colour code them. Makes identifying your AWS accounts a cinch.
Extension Basic Information
Name | AWS Menu Colours |
ID | odpcbeefchbhoijemcfmfcjippcpfmdd |
Official URL | https://chromewebstore.google.com/detail/aws-menu-colours/odpcbeefchbhoijemcfmfcjippcpfmdd |
Description | Customise AWS Menus on a per account basis. |
File Size | 23.27 KB |
Installation Count | 86 |
Current Version | 1.1.0 |
Last Updated | 2021-01-28 |
Publish Date | 2019-06-19 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Timvw |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AWS Menu Colours", "version": "1.1.0", "manifest_version": 2, "description": "Customise AWS Menus on a per account basis.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "options_page": "src\/options\/index.html", "permissions": [ "https:\/\/*.console.aws.amazon.com\/", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.console.aws.amazon.com\/*" ], "js": [ "src\/js\/AWSMAClass.js", "src\/js\/AWSFrontEnd.js", "src\/inject\/inject.js" ] } ] } |