Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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).