https://github.com/pleahmacaka/chrome-extension-template
An easy way to create a chrome extension with typescript and webpack
https://github.com/pleahmacaka/chrome-extension-template
chrome chrome-extension chrome-extension-starter chrome-extension-template example extension template typescript webpack
Last synced: 2 months ago
JSON representation
An easy way to create a chrome extension with typescript and webpack
- Host: GitHub
- URL: https://github.com/pleahmacaka/chrome-extension-template
- Owner: PleahMaCaka
- Created: 2023-02-23T03:29:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T01:15:02.000Z (almost 3 years ago)
- Last Synced: 2025-01-27T21:33:58.638Z (over 1 year ago)
- Topics: chrome, chrome-extension, chrome-extension-starter, chrome-extension-template, example, extension, template, typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chrome Extension Template
Run `build` -> generate 'build' folder (rersult of tsc)
Run `webpack` -> generate 'dist' folder (result of webpack)
Run `dist` -> build and webpack
## Getting Started
1. `git clone https://github.com/PleahMaCaka/chrome-extension-template`
2. `pnpm i` # npm, yarn whatever
3. `npm run dist`
4. Load `dist` folder from Chrome <- ! important ! NOT A BUILD FOLDER
5. Happy Coding :)