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
- Host: GitHub
- URL: https://github.com/ckaznable/browser-extension-template
- Owner: ckaznable
- License: mit
- Created: 2022-06-19T03:27:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T01:53:46.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T18:11:53.229Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 334 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/`