Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomaswang-archive/next-chrome
Next.js / Chrome extension starter template
https://github.com/thomaswang-archive/next-chrome
chrome-extension nextjs nextjs-starter
Last synced: 8 days ago
JSON representation
Next.js / Chrome extension starter template
- Host: GitHub
- URL: https://github.com/thomaswang-archive/next-chrome
- Owner: thomaswang-archive
- Archived: true
- Created: 2022-01-16T00:19:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T20:11:26.000Z (over 2 years ago)
- Last Synced: 2024-09-26T08:30:51.004Z (4 months ago)
- Topics: chrome-extension, nextjs, nextjs-starter
- Language: JavaScript
- Homepage:
- Size: 1.35 MB
- Stars: 172
- Watchers: 3
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`next-chrome` is a [Next.js](https://nextjs.org/) starter project to bootstrap a new Chrome extension.
[Helpful Tips for Starting a Next.js Chrome Extension | CSS-Tricks](https://css-tricks.com/nextjs-chrome-extension-starter/)
```sh
cd next-appyarn # run once
yarn build # on macOS
yarn build:linux # on Linux
```![Screenshot](./screenshot.png)