Skip to content

Commit 99d0241

Browse files
committed
Version Update & README Improvement
Update extension version to 1.8.3 Significantly improve README structure and content Add detailed descriptions of features, installation, and configuration options Include sections for the developer guide and contribution guidelines Add license information
1 parent 75fc07f commit 99d0241

File tree

2 files changed

+34
-4
lines changed

2 files changed

+34
-4
lines changed

README.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,56 @@
1-
# aws-navbar-extension
1+
# AWS Colorful Navbar
22

33
> Change navbar color and flag according to AWS region
44
55
[![build](https://img.shields.io/github/actions/workflow/status/nalbam/aws-navbar-extension/push.yml?branch=main&style=for-the-badge&logo=github)](https://github.com/nalbam/aws-navbar-extension/actions/workflows/push.yml)
66
[![release](https://img.shields.io/github/v/release/nalbam/aws-navbar-extension?style=for-the-badge&logo=github)](https://github.com/nalbam/aws-navbar-extension/releases)
77

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
918

1019
* [Chrome Web Store](https://chrome.google.com/webstore/detail/aws-colorful-navbar/kgifmgnlchjjippdpkblbdlfidcpceme)
1120
* [Microsoft Edge](https://chrome.google.com/webstore/detail/aws-colorful-navbar/kgifmgnlchjjippdpkblbdlfidcpceme)
1221
* [Mozilla Firefox](https://addons.mozilla.org/firefox/addon/aws-colorful-navbar/)
1322

14-
## For Developer
23+
## For Developers
1524

1625
* Open the Extension Management page by navigating to `chrome://extensions`
1726
* Enable `Developer Mode` by clicking the toggle switch
1827
* Click the `LOAD UNPACKED` button and select the extension directory
1928

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+
2042
## Screenshots
2143

2244
![aws navbar](images/screenshot.png)
2345

2446
![before](images/aws-navbar-extension-00.png)
2547

2648
![after](images/aws-navbar-extension-01.png)
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.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "AWS Colorful Navbar",
33
"description": "Change navbar color and flag according to AWS region",
4-
"version": "1.8.2",
4+
"version": "1.8.3",
55
"manifest_version": 3,
66
"icons": {
77
"128": "icon.png"

0 commit comments

Comments
 (0)