- Node.js
>= 25.2.1 - Bun
>= 1.3.5 - fnm
>= 1.38.1 - zip
>= 3.0
- Node.js: https://nodejs.org/en/download
- Bun: https://bun.sh/docs/installation
- fnm: https://github.com/Schniz/fnm
brew update
brew install node zip fnm
npm i -g bunparu -S nodejs npm zip fnm
npm i -g bungit clone https://github.com/maxhu08/mtab
cd mtab
bun i
fnm use- Dev build:
bun run devorbun run dev:firefox - Production builds:
bun run build:chrome,bun run build:firefox - Package zips:
bun run package:chrome,bun run package:firefox - Release candidate packages:
bun run rc:chrome,bun run rc:firefox - Source package zip:
bun run package:source - Validate changes:
bun run check - Format code:
bun run format
- Open browser extension settings.
- Enable Developer Mode.
- Click "Load unpacked".
- Select the generated
dist/directory.