colorAWSFrame
Change background color of header & footer on AWS Management Console depending on role name or account.
What is colorAWSFrame?
colorAWSFrame is a Chrome extension developed by miztch-develop, and its main feature is "Change background color of header & footer on AWS Management Console depending on role name or account.".
Extension Screenshots
Download colorAWSFrame Extension CRX File
Download colorAWSFrame 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
Changes background color of header and footer on AWS Management Console. The color depends on the name of role or account. AWSアカウント名またはロール名に応じて、ヘッダ・フッタの色を変更します。
Extension Basic Information
Name | colorAWSFrame |
ID | egnkjmppojiamgimoclpjopdohjejbjf |
Official URL | https://chromewebstore.google.com/detail/colorawsframe/egnkjmppojiamgimoclpjopdohjejbjf |
Description | Change background color of header & footer on AWS Management Console depending on role name or account. |
File Size | 4.39 KB |
Installation Count | 34 |
Current Version | 1.1 |
Last Updated | 2021-06-19 |
Publish Date | 2018-07-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | miztch-develop |
Payment Type | free |
Extension Website | https://github.com/miztch/color-aws-frame |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "colorAWSFrame", "description": "Change background color of header & footer on AWS Management Console depending on role name or account.", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/*.aws.amazon.com\/*", "https:\/\/*.aws.amazon.com\/*" ], "js": [ "js\/colorAWSFrame.js" ] } ] } |