This is a chrome extension template built with React, Typescript, and Tailwind CSS.
To get started, follow these steps:
- Clone the repository:
git clone https://github.com/tekipeps/chrome-extension-template.git
- Install dependencies:
pnpm install
- Build the extension:
pnpm run build
- Load the extension in Chrome:
- Open Chrome and navigate to
chrome://extensions
. - Enable "Developer mode" by clicking the toggle switch next to the address bar.
- Click "Load unpacked" and select the
dist
folder.
- React: A popular JavaScript library for building user interfaces.
- Typescript: A superset of JavaScript that adds static typing.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- Webpack: A module bundler for bundling JavaScript, CSS, and images.
Contributions are welcome! If you find a bug or have a suggestion, please open an issue or submit a pull request.
I got the icons from jbrudvik
This project is licensed under the MIT License.