Download Chrom(e|ium) extensions from various sources and serve a update manifest.
- Chrome Web Store
- Get wheel from Release or build it yourself.
- Install the wheel in your system.
- Run
crx-repoto know how to use the cli.
-
Prepare uv: See here for more info.
We recommend using your package manager like
winget,apt-get,brew,pacmanordnfto install it. This will install uv with managed. -
Build wheel: Run
uv buildin the repository. -
Get wheel: You can find wheel at
./distfolder.
Tip
You can always install all optional dependencies with extra all.
-
uvloop
High performance async event loop provider. Install with extra
uvloop. -
lxml
Support pretty print xml. Install with extra
lxml.
See https://developer.chrome.com/docs/extensions/how-to/distribute/host-on-linux#update_manifest for more info.