-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad2c392
commit 3d872ff
Showing
2 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,34 @@ | ||
# [WIP] S3BucketList v3 | ||
# S3BucketList v3.0.0 | ||
|
||
This is the current look of the new version of S3Buckets. Checklist of the features to be added are in https://github.com/AlecBlance/S3BucketList/pull/11 | ||
Search, lists, and checks S3 Buckets found in network requests while you are browsing. | ||
|
||
![alt text](image.png) | ||
|
||
## Installation | ||
|
||
1. Download the latest release zip | ||
2. Extract | ||
3. Go to Google Chrome's Settings > Tools > Extensions | ||
4. Enable Developer Mode ( toggle button in top-right corner ) | ||
5. Click "Load unpacked" and locate the extracted zip from step 2 | ||
6. Browse the internet 🎉 | ||
|
||
## Features | ||
|
||
- Filters S3Buckets | ||
- Extract ACL permissions | ||
- Download buckets recorded | ||
- Manage buckets recorded | ||
|
||
## Roadmap | ||
|
||
- Add CI/CD for releases and versioning | ||
- Add blacklisting | ||
|
||
## Tech Stack | ||
|
||
**Client:** React, TailwindCSS, shadcn, zustand, Chrome API | ||
|
||
## Acknowledgements | ||
|
||
Icon: <a href="https://www.flaticon.com/free-icons/bucket" title="bucket icons">Bucket icons created by Yuan Design - Flaticon</a> |