Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arenekosreal/crx-repo
Download Chrom(e|ium) extensions from Chrome Web Store and serve a update manifest.
https://github.com/arenekosreal/crx-repo
aiohttp asynchronous chromium chromium-extension python python3 ungoogled-chromium uvloop
Last synced: 4 days ago
JSON representation
Download Chrom(e|ium) extensions from Chrome Web Store and serve a update manifest.
- Host: GitHub
- URL: https://github.com/arenekosreal/crx-repo
- Owner: arenekosreal
- License: wtfpl
- Created: 2024-08-28T07:26:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T13:35:25.000Z (8 days ago)
- Last Synced: 2024-12-24T15:10:14.209Z (8 days ago)
- Topics: aiohttp, asynchronous, chromium, chromium-extension, python, python3, ungoogled-chromium, uvloop
- Language: Python
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Crx Repo
Download Chrom(e|ium) extensions from Chrome Web Store and serve a update manifest.
[![Test, build and create releases.](https://github.com/arenekosreal/crx-repo/actions/workflows/ci.yaml/badge.svg)](https://github.com/arenekosreal/crx-repo/actions/workflows/ci.yaml)
## Usage
1. Get wheel from [Release](https://github.com/arenekosreal/crx-repo/releases) or build it yourself.
2. Install the wheel in your system.
3. Run `crx-repo` to know how to use the cli.## Build
1. Prepare pdm: See [here](https://pdm-project.org/en/latest/#installation) for more info.
2. Build wheel: Run `pdm build` in the repository.
3. Get wheel: You can find wheel at `./dist` folder.
## What is update manifest
See https://developer.chrome.com/docs/extensions/how-to/distribute/host-on-linux#update_manifest for more info.