chromexty
v0.0.3
Published
CLI for managing Chrome extensions — load, pack, and launch with a single command
Readme
chromexty
chromexty is a macOS-first CLI for Chrome extension workflows. It helps you quickly load unpacked extensions, package them as .crx, and launch Chrome with an extension preloaded.
What It Does
load: Openschrome://extensions, validates your extension folder, and copies the absolute path so you can paste it into "Load unpacked".pack: Uses Chrome's native pack flow to generate.crxand.pemfrom an extension directory.launch: Starts Chrome with--load-extensionfor faster local testing.
Usage
chromexty load [path]
chromexty pack [path]
chromexty launch [path][path] defaults to the current directory (.).
Local Development
pnpm install
pnpm build
pnpm chromexty --helpNotes
- Requires a valid extension folder with
manifest.json. - Requires Google Chrome installed.
- Current implementation is macOS-oriented (
pbcopy,osascript,open).
