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.
- Host: GitHub
- URL: https://github.com/pagarevijayy/vplugin-extension
- Owner: pagarevijayy
- Created: 2024-01-19T08:55:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T11:30:15.000Z (over 2 years ago)
- Last Synced: 2025-05-24T18:41:59.408Z (about 1 year ago)
- Topics: browser-plugin, chrome-extension, javascript, manifest-json, reactjs, vite
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).