Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Chrome Extension ZipperNew to Visual Studio Code? Get it now.
Chrome Extension Zipper

Chrome Extension Zipper

Joe Ridyard

|
6 installs
| (0) | Free
Automatically zip Chrome extensions with customized manifests
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Chrome Extension Zipper

Automatically zip your Chrome extensions with customized manifest files.

Features

  • Create multiple builds with different manifest configurations
  • Automatic version-based naming
  • Smart file exclusions
  • Progress indicators

Usage

  1. Create a zips.json file in your Chrome extension root
  2. Run "Zip Chrome Extension" command
  3. Find your builds in the builds/ folder

Configuration

Example zips.json:

{
  "dev": {
    "name": "My Extension (Dev)",
    "version": "1.0.0-dev"
  },
  "production": {
    "name": "My Extension"
  }
}"# vscode.extension.zipper.plugin" 
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft