Chrome extension to export Quizlet flashcards quickly.
Copy to clipboard, download as TXT/CSV/JSON, or generate printable PDFs — all from a clean dark-themed popup.

Appears automatically on Quizlet set pages (bottom-right).

Separator combos, clipboard copy, and all download options.

Formatted table with violet header and alternating row tints.

Double-sided 2x4 grid with cut guides. Print, fold, study.

quick-cards-v*.zip from Releaseschrome://extensions, enable Developer mode, and click Load unpackedClone the repo and install dependencies:
git clone https://github.com/ImGajeed76/quick-cards.git
cd quick-cards
bun install
Build the extension:
bun run build
Load in Chrome:
chrome://extensionsdist/ folder# Build extension (output: dist/)
bun run build
# Dev preview (Vite, opens localhost:3000)
bun run dev
# Generate test PDFs (output: test/output/)
bun run test:pdf
Pushing a version tag triggers a GitHub Actions workflow that builds the extension, zips it, and creates a GitHub Release with auto-generated notes.
git tag v1.1.0
git push origin v1.1.0
The manifest version is automatically patched to match the tag. Pre-release tags (e.g. v2.0.0-beta.1) are marked as pre-releases.
quick-cards is Chrome extension to export Quizlet flashcards quickly. It is built with TypeScript, HTML, CSS and maintained by Oliver Seifert.
quick-cards is primarily written in TypeScript (55% of the codebase). Other languages used include HTML (41%), CSS (4%).
quick-cards is released under the MIT license.