https://github.com/arn4v/stripe-test-tools
Chrome extension to quickly fill card/IBAN number in test mode
https://github.com/arn4v/stripe-test-tools
Last synced: 8 months ago
JSON representation
Chrome extension to quickly fill card/IBAN number in test mode
- Host: GitHub
- URL: https://github.com/arn4v/stripe-test-tools
- Owner: arn4v
- Created: 2025-01-27T13:16:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T15:15:00.000Z (over 1 year ago)
- Last Synced: 2025-03-27T13:50:03.701Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stripe Test Tools
A Chrome extension for quick access to Stripe test cards and SEPA IBANs.
## Features
- 🔍 Fuzzy search to quickly find cards/IBANs
- 🏷️ Feature badges showing card behaviors
- 📋 One-click copy for card numbers and IBANs
- 🔄 Auto-fills with random valid:
- Expiry dates
- CVCs (4 digits for Amex)
- Cardholder names
## Installation
1. Clone and install:
```bash
git clone https://github.com/yourusername/stripe-test-tools.git
cd stripe-test-tools
bun install
```
2. Build and load:
```bash
bun run build
```
Then load the `dist` directory in Chrome extensions page (`chrome://extensions/`).
## Development
```bash
bun run dev
```