ClipGate — Smart Clipboard Vault
Smart, encrypted clipboard vault. Auto-classifies every copy into 13 types and encrypts secrets with AES-256. 100% local.
As of June 2026, ClipGate — Smart Clipboard Vault has 5 users and a 5.00/5 rating from 2 reviews in the Productivity category.
Usersno change0%
5
5
Ratingno change0%
5.00
2 reviews
Reviewsno change0%
2
Version
0.2.0
Manifest V3
90-day change · In the last 90 days this extension 1 version update, changed permissions.
History
8 snapshotsTracking since Apr 7, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 7, 2026 | — | — | — | 0.1.0 |
| Apr 19, 2026 | — | — | — | 0.1.0 |
| Apr 24, 2026 | 3 | — | — | 0.1.0 |
| May 1, 2026 | 5 | 5.00 | 2 | 0.1.0 |
| May 8, 2026 | — | 5.00 | 2 | 0.1.0 |
| May 18, 2026 | 4 | 5.00 | 2 | 0.2.0 |
| May 31, 2026 | 5 | 5.00 | 2 | 0.2.0 |
| Jun 6, 2026 | 6 | 5.00 | 2 | 0.2.0 |
| Now | 5 | 5.00 | 2 | 0.2.0 |
Changelog
- May 8, 2026description
Every time you copy text in your browser, ClipGate automatically saves it and classifies it into one of 13 content types — code snippets, error traces, URLs, JSON, shell commands, API keys, secrets, and more. Secrets are detected automatically, masked in the UI, encrypted with AES-256-GCM, and auto-expired. No plain-text secrets sitting in your clipboard history. Everything stays on your machine. Zero cloud, zero accounts, zero tracking. Your clipboard data never leaves your browser. Why ClipGate? Most clipboard managers store flat text sorted by time. ClipGate understands what you copied. It knows the difference between a code snippet, an error trace, and an API key — and treats each one differently. Features: Auto-capture: install once, every copy is saved automatically 13 content types: code, errors, URLs, JSON, commands, secrets, API keys, env vars, SQL, markdown, and more Secret protection: auto-detected, masked, encrypted at rest, auto-expired Search & filter: find any clip by content or type instantly Keyboard shortcut: Ctrl+Shift+V (Cmd+Shift+V on Mac) to open Smart deduplication: no duplicate entries within configurable window Per-clip stats: character count, line count, copy source and timestamp Works on all Chromium browsers: Chrome, Edge, Brave, Opera, Arc Built for privacy: 100% local storage using IndexedDB AES-256-GCM encryption for secrets No analytics, no telemetry, no tracking No accounts, no sign-up, no cloud sync No network requests whatsoever Open source under MIT license Perfect for: Developers copying code between IDE, terminal, and browser Anyone working with AI tools like ChatGPT, Claude, or Copilot — save your prompts for future re-use DevOps engineers handling config, env vars, and commands Anyone who copies text frequently and loses track of it Built with Manifest V3. No permissions beyond what's needed. Lightweight, fast, and respects your privacy.
Smart, encrypted clipboard vault for your browser. 100% local · zero cloud · fully private. Every time you copy text in your browser, ClipGate automatically saves it to your local vault and classifies it into one of 13 content types — error traces, URLs, JSON, shell commands, SQL, Docker configs, file paths, secrets, and more. Secrets are detected automatically, masked in the UI, encrypted with AES-256-GCM, and auto-expired. No plain-text secrets sitting in your clipboard history. Everything stays on your machine. Zero cloud, zero accounts, zero tracking. Your clipboard data never leaves your browser. ━━━━━━━━━━━━━━━━━━━━ WHY CLIPGATE? Most clipboard managers store flat text sorted by time. ClipGate understands what you copied. It knows the difference between an error trace, a JSON response, and an API key — and treats each one differently. Your clipboard, but it understands your code. ━━━━━━━━━━━━━━━━━━━━ FEATURES - Three capture modes: Auto (every copy saved), Manual (save via shortcut or right-click), or Off - 13 content types: errors, URLs, JSON, commands, SQL, Docker, diffs, paths, env vars, IPs, SHAs, secrets, and text - Secret protection: auto-detected, masked, encrypted at rest, auto-expired - Manual save: right-click → Save to ClipGate, or press Ctrl+Shift+S (⌘⇧S on Mac) - Pause & exclude: pause capture for 15min/1hr, or exclude specific sites - Time-grouped history: clips grouped by Today, Yesterday, This Week, Last Week, Earlier - Search & filter: find any clip by content or filter by type - Keyboard shortcut: Ctrl+Shift+V (⌘⇧V on Mac) to open the popup - Smart deduplication: no duplicate entries within configurable window - Per-clip info: character count, source site, and timestamp - Works on all Chromium-based browsers ━━━━━━━━━━━━━━━━━━━━ HOW IT WORKS 1. Install ClipGate from the Chrome Web Store. No sign-up, no account, no configuration needed. 2. Copy anything on any webpage. In Auto mode, it's saved instantly. In Manual mode, right-click → Save to ClipGate or press Ctrl+Shift+S. 3. Open ClipGate with Ctrl+Shift+V. Your clips are organized by time (Today, Yesterday, This Week) and filterable by type. 4. Secrets (API keys, tokens, passwords) are automatically detected, masked with bullet characters, encrypted with AES-256-GCM, and auto-deleted after a configurable timer (default: 2 hours). ━━━━━━━━━━━━━━━━━━━━ SMARTER THAN A CLIPBOARD MANAGER Most clipboard tools treat everything as plain text. ClipGate classifies content, encrypts secrets, and lets you filter by type. It's a clipboard manager built for people who work with code, configs, and credentials. ━━━━━━━━━━━━━━━━━━━━ BUILT FOR PRIVACY - 100% local — your clipboard never leaves your machine - AES-256-GCM encryption for secrets - No analytics, no telemetry, no tracking - No accounts, no sign-up, no cloud sync - No network requests whatsoever - Manifest V3, minimum permissions ━━━━━━━━━━━━━━━━━━━━ PERFECT FOR - Developers copying code between IDE, terminal, and browser - Anyone working with AI tools — save your prompts for re-use - DevOps engineers handling configs, env vars, and commands - Anyone who copies a lot and keeps losing things to clipboard overwrites ━━━━━━━━━━━━━━━━━━━━ WHAT CLIPGATE DETECTS ClipGate uses pattern matching and entropy analysis to classify every copy in under 5ms: - Secrets & API keys: AWS keys, tokens, private keys, bearer tokens, JWTs, and high-entropy strings - Error traces: JavaScript TypeError, Python tracebacks, Java stack traces, Go panics, Rust panics - JSON: API responses, config objects, package.json snippets - Shell commands: docker, git, npm, kubectl, curl, ssh, and more - SQL: SELECT, INSERT, CREATE TABLE, ALTER, CTEs - URLs: full URLs with protocol, query params, and fragments - File paths: Unix and Windows absolute/relative paths - Environment variables: KEY=VALUE pairs, .env file content - Docker: Dockerfiles, docker-compose YAML - Diffs: git diff, unified diff format - IP addresses: IPv4 and IPv6 - SHA hashes: commit SHAs, checksums - Plain text: everything else ━━━━━━━━━━━━━━━━━━━━ PERMISSIONS EXPLAINED ClipGate requests only the minimum permissions needed: - clipboardRead: to read what you copied - storage: to save clips and settings locally - activeTab: to know which site you copied from - contextMenus: for the right-click "Save to ClipGate" option - scripting: to capture clipboard content via keyboard shortcut - host_permissions (all URLs): so the content script can listen for copy events on every page No background network access. No remote code. No data leaves your browser. ━━━━━━━━━━━━━━━━━━━━ FREQUENTLY ASKED QUESTIONS Does ClipGate work offline? Yes. ClipGate works 100% offline. No internet connection needed, no data sent anywhere. Does ClipGate store my passwords? ClipGate detects secrets (API keys, tokens, private keys) and encrypts them locally. They are masked in the UI and auto-deleted. ClipGate never stores browser-saved passwords. Does ClipGate work in incognito? The extension can run in incognito if you allow it, but clipboard capture is automatically disabled in incognito windows to protect your privacy. What browsers does ClipGate support? All Chromium-based browsers are supported. How much does ClipGate cost? ClipGate is completely free to use. ━━━━━━━━━━━━━━━━━━━━ Lightweight, fast, and built to respect your privacy.
- May 8, 2026short_description
Auto-saves and classifies your clipboard into 13 types. Encrypts secrets. 100% local, zero cloud, fully private.
Smart, encrypted clipboard vault. Auto-classifies every copy into 13 types and encrypts secrets with AES-256. 100% local.
- May 8, 2026name
ClipGate — Typed Clipboard History
ClipGate — Smart Clipboard Vault
- May 8, 2026permissions
activeTab, storage, clipboardRead, alarms
activeTab, storage, clipboardRead, alarms, contextMenus, scripting
Permissions & access
- Permissions
- activeTabstorageclipboardReadalarmscontextMenusscripting
- Host access
- <all_urls>
Screenshots
About
Smart, encrypted clipboard vault for your browser. 100% local · zero cloud · fully private. Every time you copy text in your browser, ClipGate automatically saves it to your local vault and classifies it into one of 13 content types — error traces, URLs, JSON, shell commands, SQL, Docker configs, file paths, secrets, and more. Secrets are detected automatically, masked in the UI, encrypted with AES-256-GCM, and auto-expired. No plain-text secrets sitting in your clipboard history. Everything stays on your machine. Zero cloud, zero accounts, zero tracking. Your clipboard data never leaves your browser. ━━━━━━━━━━━━━━━━━━━━ WHY CLIPGATE? Most clipboard managers store flat text sorted by time. ClipGate understands what you copied. It knows the difference between an error trace, a JSON response, and an API key — and treats each one differently. Your clipboard, but it understands your code. ━━━━━━━━━━━━━━━━━━━━ FEATURES - Three capture modes: Auto (every copy saved), Manual (save via shortcut or right-click), or Off - 13 content types: errors, URLs, JSON, commands, SQL, Docker, diffs, paths, env vars, IPs, SHAs, secrets, and text - Secret protection: auto-detected, masked, encrypted at rest, auto-expired - Manual save: right-click → Save to ClipGate, or press Ctrl+Shift+S (⌘⇧S on Mac) - Pause & exclude: pause capture for 15min/1hr, or exclude specific sites - Time-grouped history: clips grouped by Today, Yesterday, This Week, Last Week, Earlier - Search & filter: find any clip by content or filter by type - Keyboard shortcut: Ctrl+Shift+V (⌘⇧V on Mac) to open the popup - Smart deduplication: no duplicate entries within configurable window - Per-clip info: character count, source site, and timestamp - Works on all Chromium-based browsers ━━━━━━━━━━━━━━━━━━━━ HOW IT WORKS 1. Install ClipGate from the Chrome Web Store. No sign-up, no account, no configuration needed. 2. Copy anything on any webpage. In Auto mode, it's saved instantly. In Manual mode, right-click → Save to ClipGate or press Ctrl+Shift+S. 3. Open ClipGate with Ctrl+Shift+V. Your clips are organized by time (Today, Yesterday, This Week) and filterable by type. 4. Secrets (API keys, tokens, passwords) are automatically detected, masked with bullet characters, encrypted with AES-256-GCM, and auto-deleted after a configurable timer (default: 2 hours). ━━━━━━━━━━━━━━━━━━━━ SMARTER THAN A CLIPBOARD MANAGER Most clipboard tools treat everything as plain text. ClipGate classifies content, encrypts secrets, and lets you filter by type. It's a clipboard manager built for people who work with code, configs, and credentials. ━━━━━━━━━━━━━━━━━━━━ BUILT FOR PRIVACY - 100% local — your clipboard never leaves your machine - AES-256-GCM encryption for secrets - No analytics, no telemetry, no tracking - No accounts, no sign-up, no cloud sync - No network requests whatsoever - Manifest V3, minimum permissions ━━━━━━━━━━━━━━━━━━━━ PERFECT FOR - Developers copying code between IDE, terminal, and browser - Anyone working with AI tools — save your prompts for re-use - DevOps engineers handling configs, env vars, and commands - Anyone who copies a lot and keeps losing things to clipboard overwrites ━━━━━━━━━━━━━━━━━━━━ WHAT CLIPGATE DETECTS ClipGate uses pattern matching and entropy analysis to classify every copy in under 5ms: - Secrets & API keys: AWS keys, tokens, private keys, bearer tokens, JWTs, and high-entropy strings - Error traces: JavaScript TypeError, Python tracebacks, Java stack traces, Go panics, Rust panics - JSON: API responses, config objects, package.json snippets - Shell commands: docker, git, npm, kubectl, curl, ssh, and more - SQL: SELECT, INSERT, CREATE TABLE, ALTER, CTEs - URLs: full URLs with protocol, query params, and fragments - File paths: Unix and Windows absolute/relative paths - Environment variables: KEY=VALUE pairs, .env file content - Docker: Dockerfiles, docker-compose YAML - Diffs: git diff, unified diff format - IP addresses: IPv4 and IPv6 - SHA hashes: commit SHAs, checksums - Plain text: everything else ━━━━━━━━━━━━━━━━━━━━ PERMISSIONS EXPLAINED ClipGate requests only the minimum permissions needed: - clipboardRead: to read what you copied - storage: to save clips and settings locally - activeTab: to know which site you copied from - contextMenus: for the right-click "Save to ClipGate" option - scripting: to capture clipboard content via keyboard shortcut - host_permissions (all URLs): so the content script can listen for copy events on every page No background network access. No remote code. No data leaves your browser. ━━━━━━━━━━━━━━━━━━━━ FREQUENTLY ASKED QUESTIONS Does ClipGate work offline? Yes. ClipGate works 100% offline. No internet connection needed, no data sent anywhere. Does ClipGate store my passwords? ClipGate detects secrets (API keys, tokens, private keys) and encrypts them locally. They are masked in the UI and auto-deleted. ClipGate never stores browser-saved passwords. Does ClipGate work in incognito? The extension can run in incognito if you allow it, but clipboard capture is automatically disabled in incognito windows to protect your privacy. What browsers does ClipGate support? All Chromium-based browsers are supported. How much does ClipGate cost? ClipGate is completely free to use. ━━━━━━━━━━━━━━━━━━━━ Lightweight, fast, and built to respect your privacy.
Technical
- Version
- 0.2.0
- Manifest
- V3
- Size
- 55.31KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- iceplcknbihmnogljpmdhjelckohpice
- Developer ID
- u8882b69fc3fc2fc411e2141ad4c70c4c
- Developer Email
- [email protected]
- Created
- Apr 6, 2026
- Last Updated (Store)
- May 5, 2026
- Last Scraped
- Jun 6, 2026
- Website
- —
- Support URL
- https://clipgate.github.io/ext/contact
- Privacy Policy
- https://clipgate.github.io/ext/privacy
Data sourced from the Chrome Web Store · last verified Jun 6, 2026.