An OSS version of the "AWS console regions color" extension, a browser extension that changes the color of the AWS navbar depending on the region
- Other extension is not open source
- Other extension was broken by an update on AWS' side
- Adds new regions that were missing
- Adds support for Firefox
- Uses a color picker instead of asking the user to input hex
- Other extension requires a permission that lets it access your whole browsing history, this one doesn't
I believe that by making it open source it'll be possible to verify that the code doesn't do anything wrong such as exfiltrate data and if there's any further breakage people will be able to fix it by either contributing or forking it into a new version.
All the extension code is kept extremely simple in order to allow anyone to contribute easily, this means:
- Uses no transpilation tools, only basic HTML and Javascript
- Only include minimal number of files
- Keep code extremely simple
On Chrome:
- Open the Extension Management page by navigating to
chrome://extensions
. - Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the LOAD UNPACKED button and select the extension directory.
On Firefox:
- Open the Debugging page by navigating to
about:debugging#/runtime/this-firefox
. - Click on the "Load Temporary Add-on..." button and select the extension directory.
MIT
Thanks to u/Geeno2 for coming up with the idea and building it.