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

https://github.com/pagarevijayy/vplugin-extension

Chrome extension created using vite & react | Features: dad jokes, color picker, counter, etc.
https://github.com/pagarevijayy/vplugin-extension

browser-plugin chrome-extension javascript manifest-json reactjs vite

Last synced: about 2 months ago
JSON representation

Chrome extension created using vite & react | Features: dad jokes, color picker, counter, etc.

Awesome Lists containing this project

README

          

# vPlugin

Simple chrome extension created using react & vite.

Features:

- counter
- dad jokes
- color picker
- changing background of the active page

`manifest.json` file is present in public folder.

```
To test it live:

1. turn on developer mode on chrome extensions
2. click "load unpacked" option
3. choose the dist folder after building the project (npm i && npm run build)
4. optional: pin the extension & use it
```

Simpler raw HTML/CSS/JS Plugin [here](https://github.com/pagarevijayy/browser-extension-plugin).