Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pagarevijayy/browser-extension-plugin
Simple Browser Plugin (supports Firefox and Chrome)
https://github.com/pagarevijayy/browser-extension-plugin
browser-plugin chrome-extension firefox-extension html-css-javascript manifest-json
Last synced: about 1 month ago
JSON representation
Simple Browser Plugin (supports Firefox and Chrome)
- Host: GitHub
- URL: https://github.com/pagarevijayy/browser-extension-plugin
- Owner: pagarevijayy
- Created: 2021-04-25T08:35:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T11:32:51.000Z (about 1 year ago)
- Last Synced: 2024-11-08T10:13:05.115Z (3 months ago)
- Topics: browser-plugin, chrome-extension, firefox-extension, html-css-javascript, manifest-json
- Language: HTML
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple Browser Plugin
POC for a simple browser plugin. Supports Firefox and Chrome.
#### How to quickly build a plugin?
```
// key insight - just use following things and refer the basic code in this repo:1. Manifest.json
2. HTML file
3. JS if needed
```For a bit more complex plugin that uses react & vite is available [here](https://github.com/pagarevijayy/vPlugin-extension).