https://github.com/stefansundin/aws-console-fixes
Fix annoyances in the AWS Management Console.
https://github.com/stefansundin/aws-console-fixes
aws browser-extension
Last synced: 3 months ago
JSON representation
Fix annoyances in the AWS Management Console.
- Host: GitHub
- URL: https://github.com/stefansundin/aws-console-fixes
- Owner: stefansundin
- License: gpl-3.0
- Created: 2024-03-04T06:21:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-18T02:02:21.000Z (about 1 year ago)
- Last Synced: 2025-03-31T10:37:50.414Z (6 months ago)
- Topics: aws, browser-extension
- Language: JavaScript
- Homepage:
- Size: 470 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
This browser extension fixes various annoyances in the AWS Management Console.
It consists of a collection of scripts that can be enabled and configured by the user. By default the extension does nothing, all of the functionality has to be opted in.
## Install
- Chrome: https://chromewebstore.google.com/detail/aws-console-fixes/janggcknahfmmgkdgcjipkahhpfkhmcd
- Firefox: https://addons.mozilla.org/en-US/firefox/addon/aws-management-console-fixes/# Development
## Bootstrap
To build the custom Bootstrap files you need to have Node.js installed and run:
```shell
cd bootstrap
npm install
npm run build
```This will generate and copy files to `chrome/bootstrap/`.
## Build
```shell
npm install
npm run build
```## Firefox
The `chrome/` directory contains most of the extension files, and `firefox/` only has the Firefox-specific files.
To load the extension in Firefox, run `npm run build` and then load `firefox/manifest.json` in Firefox.