|
1 | | -# aws-navbar-extension |
| 1 | +# AWS Colorful Navbar |
2 | 2 |
|
3 | 3 | > Change navbar color and flag according to AWS region |
4 | 4 |
|
5 | 5 | [](https://github.com/nalbam/aws-navbar-extension/actions/workflows/push.yml) |
6 | 6 | [](https://github.com/nalbam/aws-navbar-extension/releases) |
7 | 7 |
|
8 | | -## Install |
| 8 | +## Features |
| 9 | + |
| 10 | +* Region-based navigation bar color customization |
| 11 | +* Region flag display next to region selector |
| 12 | +* Service-specific favicon updates |
| 13 | +* Account information display |
| 14 | +* Support for all AWS global regions |
| 15 | +* Multi-language support (ko, jp) |
| 16 | + |
| 17 | +## Installation |
9 | 18 |
|
10 | 19 | * [Chrome Web Store](https://chrome.google.com/webstore/detail/aws-colorful-navbar/kgifmgnlchjjippdpkblbdlfidcpceme) |
11 | 20 | * [Microsoft Edge](https://chrome.google.com/webstore/detail/aws-colorful-navbar/kgifmgnlchjjippdpkblbdlfidcpceme) |
12 | 21 | * [Mozilla Firefox](https://addons.mozilla.org/firefox/addon/aws-colorful-navbar/) |
13 | 22 |
|
14 | | -## For Developer |
| 23 | +## For Developers |
15 | 24 |
|
16 | 25 | * Open the Extension Management page by navigating to `chrome://extensions` |
17 | 26 | * Enable `Developer Mode` by clicking the toggle switch |
18 | 27 | * Click the `LOAD UNPACKED` button and select the extension directory |
19 | 28 |
|
| 29 | +## Configuration |
| 30 | + |
| 31 | +The extension supports the following configuration options: |
| 32 | + |
| 33 | +* `background`: Enable/disable navbar color customization |
| 34 | +* `flag`: Enable/disable region flag display |
| 35 | +* `favicon`: Enable/disable service-specific favicon |
| 36 | +* `info`: Custom account information display |
| 37 | + |
| 38 | +## Supported Regions |
| 39 | + |
| 40 | +See [flags/README.md](flags/README.md) for a complete list of supported regions and their corresponding flags. |
| 41 | + |
20 | 42 | ## Screenshots |
21 | 43 |
|
22 | 44 |  |
23 | 45 |
|
24 | 46 |  |
25 | 47 |
|
26 | 48 |  |
| 49 | + |
| 50 | +## Contributing |
| 51 | + |
| 52 | +Contributions are welcome! Please feel free to submit a Pull Request. |
| 53 | + |
| 54 | +## License |
| 55 | + |
| 56 | +This project is licensed under the MIT License - see the LICENSE file for details. |
0 commit comments