https://github.com/pacholoamit/vrnblty
A chrome extension that allows you to check the current website you are in to see if previous data breaches have occurred. The extension is powered by the haveibeenpwned api
https://github.com/pacholoamit/vrnblty
javascript parcel react typescript
Last synced: 8 months ago
JSON representation
A chrome extension that allows you to check the current website you are in to see if previous data breaches have occurred. The extension is powered by the haveibeenpwned api
- Host: GitHub
- URL: https://github.com/pacholoamit/vrnblty
- Owner: pacholoamit
- License: mit
- Created: 2022-06-13T13:13:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-25T20:08:46.000Z (over 1 year ago)
- Last Synced: 2025-04-03T12:51:05.264Z (about 1 year ago)
- Topics: javascript, parcel, react, typescript
- Language: TypeScript
- Homepage:
- Size: 381 KB
- Stars: 18
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# VRNBLTY
A chrome extension that allows you to check the current website you are in to see if previous data breaches have occurred. The extension is powered by the [haveibeenpwned api](https://haveibeenpwned.com/)
## Install
Get the extension for free on the Google Chrome store
## Demo & Usage
I created a Youtube video showcasing the [Plasmo framework](https://www.plasmo.com/). A section of the video is devoted to showcasing the `VRNBLTY` extension as well. Feel free to check the youtube video down below.
[](https://youtu.be/Fa2nFDw-dBw?t=708 "Create a Google Chrome extension with ReactJS | Plasmo quickstart tutorial")
## Contributing
Feel free to contribute to this repository by following the set up steps below
### Install
```
pnpm install
```
### Development server
```
pnpm dev
# or
npm run dev
```
Open your browser and load the appropriate development build. For example, if you are developing for the chrome browser, using manifest v3, use: build/chrome-mv3-dev.
You can start editing the popup by modifying popup.tsx. It should auto-update as you make changes.
For further guidance, visit [plasmo docs](https://docs.plasmo.com/)
### Compiling the extension for a production build
```
pnpm build -- --zip
# or
npm run build -- --zip
```
This should create a production bundle for your extension, ready to be published to the stores.