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

https://github.com/ckaznable/browser-extension-template

browser extension template supported manifest v3 an v2
https://github.com/ckaznable/browser-extension-template

Last synced: about 2 months ago
JSON representation

browser extension template supported manifest v3 an v2

Awesome Lists containing this project

README

          

# browser-extension-template

browser extension template supported manifest v3

## Installation
1. Clone the repository `git clone https://github.com/ckaznable/browser-extension-template`
2. Run `npm install`
3. Run `npm run build`(or Run `npm run build:v2` to build manifest v2 extension)

##### Load the extension in chrome
1. Open Chrome/Opera browser and navigate to chrome://extensions
2. Select "Developer Mode" and then click "Load unpacked extension..."
3. From the file browser, choose to `browser-extension-template/dist/`