Skip to content

plasmo tailwind ts react chrome extension

Notifications You must be signed in to change notification settings

GorvGoyl/chrome-extension-template

Repository files navigation

ChatGPT Writer Take-Home Coding Assignment

This is a Plasmo extension project bootstrapped with command: pnpm create plasmo --with-tailwindcss.

Getting Started

First, run the development server:

pnpm dev
# or
npm run dev

See how to load the extension: https://docs.plasmo.com/framework/workflows/dev#loading-the-extension

For further guidance, visit our Documentation.

Where to edit?

  • The main code is located in src/content.tsx. By default, when you run the extension, it displays a static count button on the LinkedIn website. You need to replace it with your own code.

count btn on linkedin

Making production build

Run the following:

pnpm build
# or
npm run build

This should create a production bundle for your extension, ready to be zipped and published to the stores.

About

plasmo tailwind ts react chrome extension

Resources

Stars

Watchers

Forks