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: 3 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T20:11:26.000Z (about 2 years ago)
- Last Synced: 2024-06-19T23:04:12.886Z (6 months ago)
- Topics: chrome-extension, nextjs, nextjs-starter
- Language: JavaScript
- Homepage:
- Size: 1.35 MB
- Stars: 171
- Watchers: 3
- Forks: 28
- 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)