UN
un4gt/pypi-copy-plus
Customize PyPI package installation commands with your preferred package manager
PyPI Copy Plus
Preview
Direct link: preview/preview.mp4
A browser extension that replaces the default pip install <package> command on https://pypi.org/project/* with your preferred Python package manager.
Features
- 8 package managers:
pip,uv,Poetry,Pipenv,Conda,PDM,Rye,Hatch - Optional version pinning: a version dropdown next to the install command (default: no version)
- Popup UI + in-page panel: theme (light/dark/system), language (Auto/EN/简体/繁體), and manager selection with icons
- In-page floating settings button (draggable) for quick access on PyPI pages
- Instant updates: changing settings updates all open PyPI tabs (no refresh required)
Usage
Chrome / Edge
- Download
pypi-copy-plus-<version>-chrome.zipfrom GitHub Releases and unzip it. - Open
chrome://extensions/(Edge:edge://extensions/) and enable Developer mode. - Click “Load unpacked” and select the unzipped folder.
Firefox
- Download
pypi-copy-plus-<version>-firefox.zipfrom GitHub Releases. - Open
about:addons→ gear icon → “Install Add-on From File…”, then select the zip.- If Firefox blocks unsigned add-ons, use Firefox Developer/Nightly or load it temporarily via
about:debugging#/runtime/this-firefox.
- If Firefox blocks unsigned add-ons, use Firefox Developer/Nightly or load it temporarily via
Development
Prerequisites: Bun.
bun install
bun run dev # Chrome/Edge
bun run dev:firefox # FirefoxType-check / build / package:
bun run compile
bun run build
bun run zip # uses `wxt zip`i18n
- Default language is
Auto(derived frombrowser.i18n.getUILanguage(); falls back to English). - You can override language in the popup or in-page panel; the choice is persisted via
browser.storage.local.
CI & Release
GitHub Actions workflow: .github/workflows/ci.yml
- Tag
v*(e.g.v1.1.0): builds zips viawxt zipand publishes a GitHub Release with attached.zipfiles (excludes*-sources.zip). - Release safeguard:
package.jsonversion must match the tag (without the leadingv).
License
MIT
On this page
Contributors
Created December 15, 2025
Updated December 30, 2025