vite-plugin-web-extension
TypeScript icon, indicating that this package has built-in type declarations

4.4.5 • Public • Published

Vite Plugin Web Extension

To get started quickly, bootstrap a new project!

pnpm create vite-plugin-web-extension
npm create vite-plugin-web-extension
yarn create vite-plugin-web-extension

Or install it as a dependency and add it to your vite.config.ts.

pnpm i -D vite-plugin-web-extension
// vite.config.ts
import webExtension from "vite-plugin-web-extension";

export default defineConfig({
  plugins: [webExtension()],
});

Features

  • 🔧 Automatically build inputs listed in your manifest.json
  • 🎉 Open a browser and install the extension during development
  • ⚡ Super fast dev mode
  • 🌐 Supports all browsers
  • 🔥 Full frontend framework support (popup, options, and content scripts)
  • 🤖 Typescript support out of the box!
  • ✅ Manifest validation

Documentation

To get started, checkout the docs:

https://vite-plugin-web-extension.aklinker1.io

Contributing

Special thanks to the contributors!

See the contributing docs to setup the project for development.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.4.5924latest
4.1.1-alpha11next

Version History

VersionDownloads (Last 7 Days)Published
4.4.5924
4.4.42,519
4.4.32,332
4.4.21
4.4.11
4.4.01
4.3.1224
4.3.07
4.2.020
4.1.6112
4.1.51
4.1.4220
4.1.3224
4.1.21
4.1.11
4.1.1-alpha11
4.1.02
4.1.0-alpha20
4.1.0-alpha11
4.0.12
4.0.02
4.0.0-alpha10
3.2.028
3.1.27
3.1.11
3.1.01
3.0.101
3.0.91
3.0.81
3.0.71
3.0.7-alpha11
3.0.61
3.0.50
3.0.41
3.0.31
3.0.20
3.0.10
3.0.00
2.0.4-alpha.10
2.0.30
2.0.20
2.0.10
2.0.00
2.0.0-rc100
2.0.0-rc90
2.0.0-rc80
2.0.0-rc70
2.0.0-rc60
2.0.0-rc50
2.0.0-rc40
2.0.0-rc30
2.0.0-rc20
2.0.0-rc10
1.4.90
1.4.81
1.4.70
1.4.60
1.4.52
2.0.0-alpha50
2.0.0-alpha40
2.0.0-alpha30
2.0.0-alpha20
2.0.0-alpha10
1.4.40
1.4.30
1.4.20
1.4.10
1.4.00
1.3.20
1.3.10
1.3.00
1.2.00
1.1.30
1.1.20
1.1.10
1.1.00
1.0.70
1.0.60
1.0.51
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00
0.12.00
0.11.10
0.11.00
0.10.10
0.10.00
0.9.00
0.8.41
0.8.30
0.8.20
0.8.10
0.8.00
0.7.20
0.7.10
0.7.00
0.6.30
0.6.20
0.6.10
0.6.00
0.5.30
0.5.20
0.5.10
0.5.00
0.4.00
0.3.30
0.3.20
0.3.10

Package Sidebar

Install

npm i vite-plugin-web-extension

Weekly Downloads

5,760

Version

4.4.5

License

MIT

Unpacked Size

285 kB

Total Files

9

Last publish

Collaborators

  • _aklinker1