Skip to content

ryota-kishimoto/chrome-extensions

Repository files navigation

Chrome Extensions

License: MIT

A monorepo of Chrome extensions built with WXT and TypeScript.

Extensions

Extension Description
Copy from X Copy tweets and articles as Markdown with embedded images
Hide Draft PR Hide draft pull requests on GitHub PR list
Uncheck Viewed Uncheck all Viewed files on GitHub PR Files Changed tab

Tech Stack

Development

pnpm install

# build a specific extension
pnpm --filter <extension-name> build

# dev mode with hot reload
pnpm --filter <extension-name> dev

# lint
pnpm -w lint
pnpm -w lint:fix

After building, load the extension in Chrome:

  1. Open chrome://extensions
  2. Enable Developer mode
  3. Click Load unpacked and select extensions/<extension-name>/.output/chrome-mv3

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors