0.0.0 • Published 2 years ago

@crx-template/chrome-extension-preact-js v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

chrome-extension-preact-js

Installing and Running

Procedures

  1. Check if your Node.js version is >= 14.
  2. Clone this repository.
  3. Change the package's your name, description, and repository fields in package.json.
  4. Change the name of your extension on src/manifest.js.
  5. Run pnpm install to install the dependencies.
  6. Run pnpm build

Packing

After the development of your extension run the command

$ pnpm build

Now, the content of build folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the official guide to more infos about publishing.


Power by create-chrome-ext | Github