https://github.com/kauderk/qwik-chrome-extension-template
https://github.com/kauderk/qwik-chrome-extension-template
chrome-extension qwik template
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kauderk/qwik-chrome-extension-template
- Owner: kauderk
- Created: 2023-05-19T00:10:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T08:54:28.000Z (over 2 years ago)
- Last Synced: 2024-11-17T05:17:18.472Z (over 1 year ago)
- Topics: chrome-extension, qwik, template
- Language: TypeScript
- Homepage:
- Size: 212 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qwik Chrome Extension Template
This is a template for creating a Chrome extension using Qwik.
## use
[unpacked](/unpacked) contains the built extension. To use it:
```bash
navigate to chrome://extensions
enable developer mode
click "Load unpacked"
select the "unpacked" folder
```
## build
```bash
npm run build
```
## dev
```bash
npm run dev
```
## More
- [General Purpose Chrome Extension](https://github.com/kauderk/qwik-chrome-extension-template) - using the `@crxjs/vite-plugin`
- [Options Page Chrome Extension](https://github.com/kauderk/qwik-chrome-extension-template/tree/options-page) - simple configuration
- [Possible SSG Method](https://github.com/BuilderIO/qwik/issues/5148#issuecomment-1823960299)
## Known issues
- The command `vite build --watch` flag throws `@vite/client not found`, avoid that flag
- Qwik Apps don't know how to attach themselves to the Shadow DOM