Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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: about 2 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

Lists

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.

[![Youtube video](http://img.youtube.com/vi/Fa2nFDw-dBw/0.jpg)](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.