- Notifications
You must be signed in to change notification settings - Fork5
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
License
pacholoamit/VRNBLTY
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 thehaveibeenpwned api
Get the extension for free on the Google Chrome store
I created a Youtube video showcasing thePlasmo framework. A section of the video is devoted to showcasing theVRNBLTY
extension as well. Feel free to check the youtube video down below.
Feel free to contribute to this repository by following the set up steps below
pnpm install
pnpm dev# ornpm 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, visitplasmo docs
pnpm build -- --zip# ornpm run build -- --zip
This should create a production bundle for your extension, ready to be published to the stores.
About
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