gnome-extension-download-url (1.0.0)
Installation
pip install --index-url gnome-extension-download-urlAbout this package
Get the download URL for a GNOME shell extension from extensions.gnome.org
gnome-extension-download-url
A simple script to get the download URL of a GNOME Shell extension from its UUID.
Installation
You can download the via pipx:
pipx install --index-url https://git.pub.solar/api/packages/marc/pypi/simple/ --pip-args="--extra-index-url https://pypi.org/simple" gnome-extension-download-url
Usage
gnome-extension-download-url EXTENSION [EXTENSION_VERSION] [GNOME_SHELL_VERSION]
EXTENSION: the extension UUID (e.g. gsconnect@andyholmes.github.io)
EXTENSION_VERSION: the version of the extension (optional, default: latest, e.g. 66 or latest)
GNOME_SHELL_VERSION: the version of GNOME shell (optional, default: latest, e.g. 46, 3.36 or latest)
Requirements
Requires Python: >=3.13